A Vue.js project 技术栈:vue, vue-router, vuex, element-ui, axios, js-cookie, lodash 一个简化管理系统操作的vue后端系统实现,可命令式添加页面。详情可参考blog
# 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
# 添加一个列表管理页面
npm run create <pageName>
For a detailed explanation on how things work, check out the guide and docs for vue-loader.