A Vue.js project refer to vue-music
这是2017-2018冬季学期计算思维实训的个人项目,由于时间关系以及个人知识有限,代码写的较为混乱,等春季学期有时间再填坑
网易云App的功能模块非常多,在此我只实现了部分模块,包括最核心的播放器,首页,歌单,专辑,排行榜,明星榜,搜索等模块
Vue2 + Vue-router + Vuex + axios + iview
感谢NeteaseCloudMusicApi提供的Api
在下面的Build Setup里你必须先运行这个后台的APi服务
具体的方法请参考文档
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm testFor a detailed explanation on how things work, check out the guide and docs for vue-loader.