A Vue.js project
几个月前看过两遍vue2.0,后再没看,看到部分同学在玩vue,自己琢磨着做了此例子。其中很多东西是自己琢磨出来的。花时一星期。
用的是flex排版,也是第一次用,没考虑兼容。路由为html5的history,由于服务器不能rewrite,故非首页不能refrash。
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.