一个简单基于vue + vue-router + vuex的小项目
主要是为学院蓝桥杯程序竞赛而开发
本项目是学生端 后台管理系统地址
开发环境为 macOS 10.13.3 Chrome 66 nodejs 8.9.3
# 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.