vuejs写的一个音乐播放器webapp
推荐音乐:
排行榜:
榜单详情:
热门歌手:
歌手音乐列表:
搜索:
搜索结果:
vue
vue-router
mint-ui
借用酷狗音乐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
后端:
# 进入node文件夹,运行node接口:
npm install
cd api
node api.js
For a detailed explanation on how things work, check out the guide and docs for vue-loader.