vue-music

使用Vue构建的音乐播放器,参照imooc网教程开发,开发已完成

数据来源

所有数据都来自于QQ音乐,开发第一版后将更换接口

技术栈:

  • webpack
  • Vuex
  • Vue-Router
  • Vue-loader
  • Vue-cli
  • Stylus
  • ES6
  • Axios

安装

# 安装运行环境
npm install

# 运行开发环境 localhost:8080
npm run dev

# 构建生产环境
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.