vue版网易云音乐web app
http://119.29.201.53 (服务器用于其他项目了,暂时不能访问)
Binaryify/NeteaseCloudMusicApi
vue2 + vuex + vue-router + axios
git clone https://github.com/Binaryify/NeteaseCloudMusicApi
cd NeteaseCloudMusicApi
npm install
node app.js
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report