A Vue.js2.x test project
包括vue2.x,vue-router,vuex,axios,element-ui
vue-router 使用了懒加载、嵌套路由
element-ui 采用按需加载,避免最终打包过大
# 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 --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.