#Vue 版仿网易云音乐,
#项目预览
#软件架构 后端使用NeteaseCloudMusicApi进行反向代理
#数据来源于网易云音乐接口
#使用技术 vue vue-router axios element-ui
npm install
npm run serve
需要 NodeJS 8.12+ 环境
$ git clone [email protected]:Binaryify/NeteaseCloudMusicApi.git
$ npm install
或者
$ 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