通过Vue.js实现的音乐播放器前端
一款基于Vue.js开发的音乐Web App
名称 | 来源 |
图标icon | 阿里巴巴矢量图标库/Icon MOON |
音乐资源 | QQ音乐 |
名称 | 地址 |
Vue 2.0实战高级-开发移动端音乐Web APP | https://coding.imooc.com/class/107.html |
# 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
For a detailed explanation on how things work, check out the guide and docs for vue-loader.