A Vue.js admin project
一个可支持三级菜单的后台管理系统,使用vuex中的module处理多个业务模块的状态管理
# 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 a detailed explanation on how things work, check out the guide and docs for vue-loader.