- 全局less变量common.less
- 组件化
- 静态资源js,css,图片放在cdn
- 微信授权与分享
- 禁止弹窗滚动穿透popitem.vue
- 使用yapi-mock模拟数据
- vue-virtual-scroll-list长列表优化,区服列表数据过多
- 封装全局组件Toast、Loading、Pop
# 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.