# electron-vue-music **Repository Path**: lougb/electron-vue-music ## Basic Information - **Project Name**: electron-vue-music - **Description**: 土狗音乐播放器 一个基于 electron-vue 开发的音乐播放器 (持续更新中..欢迎star) 运行 git clone https://github.com/SmallRu - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 111 - **Created**: 2018-08-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 土狗音乐播放器 > 一个基于 electron-vue 开发的音乐播放器 (持续更新中..欢迎star) #### 运行 ``` bash 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

Version License devDependencies devDependencies

## 环境要求 需要 NodeJS 6.0+ 环境 ## 安装 ```shell $ git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git $ npm install ``` ## 运行 ```shell $ node app.js ``` 服务器启动默认端口为 3000,若不想使用 3000 端口,可使用以下命令: Mac/Linux ```shell $ PORT=4000 node app.js ``` windows 下使用 git-bash 或者 cmder 等终端执行以下命令: ```shell $ set PORT=4000 && node app.js ``` ## 使用文档 [文档地址](https://binaryify.github.io/NeteaseCloudMusicApi) # UI ![](https://i.loli.net/2018/07/23/5b55923480eac.png) ![](https://i.loli.net/2018/07/23/5b5592342f330.png) ![](https://i.loli.net/2018/07/23/5b559233da730.png) ![](https://i.loli.net/2018/07/23/5b5592333d294.png) ![](https://i.loli.net/2018/07/23/5b5592337750c.png)