基于vue-cli自动构建的防QQ音乐项目,具有原生app的性能,注重用户体验。
- 抓取QQ音乐线上数据,基于真实数据开发
- 采用工程化,组件化方式开发,避免冗余代码
- 支持转场动画,loading动画,注重用户体验
- 图片懒加载,减少首屏请求数量,减少白屏时间
- vuex处理数据共享问题
- 封装首页轮播组件、通讯录组件(index list)
# 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.