本项目基于vue全家桶,仿ios网易云音乐app,有问题欢迎Issues,一起讨论学习QAQ,后端API使用的NeteaseCloudMusicApi。
- 首先把后端API跑起来
$ git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
$ cd NeteaseCloudMusicApi
$ npm install
$ node app.js
- 然后克隆安装并运行本项目就可以在浏览器中访问了
http://localhost:8080/
$ git clone https://github.com/chenyong9528/vue-mapp.git
$ cd vue-mapp
$ npm install
$ npm run serve
- Tips
// 如果需要手机访问,找到src/http/axios.js
// 把http://localhost:3000 修改为http://[自己电脑的ip]:3000,然后通过http://[自己电脑的ip]:8080/访问
// 如果不使用git也可以直接下载