Vue高仿《one·一个》app
- 基于vue@2.0
- 使用vue-cli@2.0搭建项目框架
- 使用vue-router进行页面路由切换
- 使用vue-resource进行http请求获取数据
- 数据api由jokermonn提供
- 使用stylus编写样式
- 使用eslint进行js代码的规范
- webpack打包处理
demo (PC端建议开启chrome调试模式食用更佳,移动端直接在浏览器开启即可 )
# 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 --reportFor detailed explanation on how things work, checkout the guide and docs for vue-loader.
