- 基于[email protected]
- 使用[email protected]搭建项目框架
- 使用[email protected]进行页面路由切换
- 使用[email protected]进行http请求获取数据
- mock假数据存储在本地
- 使用stylus编写样式
- 使用better-scroll进行联动滑动
# clone the repo into your disk.
$ git clone [email protected]:wldeveloper/vue-elm.git
# install dependencies
$ npm install
# serve with hot reload at localhost:8080
$ npm run dev
# build for production with minification
$ npm run build