一套偏PC端的混合vue2.0模板 抽取vue-cli
webpack完整版 去掉eslint
, test
去其精华 取其糠糟
- vue@2.0.0-rc.4
- vue-resource@1.0.0
- vuex@2.0.0-rc.4
- bootstrap
- jquery
- echarts
- layer
- lodash
- foundation-datepicker@1.5.3
- moment
- easyui
fisrt install vue-cli
$ npm install vue-cli -g
init vue-ylf-template
$ vue init yelingfeng/vue-ylf-template {projectName}
$ cd {projectName}
install
$ npm install
dev
// 启动api-server
$ npm run api-server
// 启动开发模式
$ npm run dev
build
$ npm run build
├─build
├─config
└─src
├─api
├─assets
│ ├─css
│ ├─images
│ └─lib
│ ├─easyui
│ │ ├─css
│ │ ├─images
│ │ │ └─icons
│ │ └─js
│ └─layer_mobile
│ └─need
├─components
│ ├─Pie
│ │ └─sub
│ └─util
├─store
└─views
```
## 启动这个画面说明你成功了
![](/screen01.png)