土狗音樂播放器
一個基於 electron-vue 開發的音樂播放器 (持續更新中..歡迎star)
原始碼地址:https://github.com/SmallRuralDog/electron-vue-music
執行
git clone https://github.com/SmallRuralDog/electron-vue-music.git
cd electron-vue-music
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
複製程式碼
注意 修改
src\renderer\utils\https
的api介面地址
網易雲音樂 API
網易雲音樂 Node.js API service
環境要求
需要 NodeJS 6.0+ 環境
安裝
$ git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
$ npm install
複製程式碼
執行
$ node app.js
複製程式碼
伺服器啟動預設埠為 3000,若不想使用 3000 埠,可使用以下命令: Mac/Linux
$ PORT=4000 node app.js
複製程式碼
windows 下使用 git-bash 或者 cmder 等終端執行以下命令:
$ set PORT=4000 && node app.js
複製程式碼