vue相关精品demo
Vue projects
# 一、vue-music 音乐项目
1.Charles抓包使用方法(iphone和安卓进行代理抓包)
2.vConsole的使用
3.搜索节流
4.抓取QQ音乐接口数据
5.mixins的使用
6.vuex的使用
# 二、vue2-elm 饿了么
1.定位
2.搜索
3.筛选
4.
# 三、vue-sell 饿了么轻量版
1.better-scroll
2.
# 四、vue-awesome-swiper 轮播(可查看example)
# 五、vue基础代码
## Build Setup
``` bash
# cd project
cd project
# 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.