a fork ele's project,参考了ustbhuangyi的项目源码
本项目使用:
1.vue-cli脚手架工具生成vue的webpack版模板,再使用vue-router
2.fastclick(用于清除移动端click延迟)
3.scss预处理器
4.axios和es6语法
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.