一个建立在Vue2.0框架基础上的后台管理系统,它包含了后台所用的前端样式和常用组件。它可以快速的帮你搭建基于Vue的后台管理系统。
Vue-cli + element + eCharts
# 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.