jspangAdmin
jspangAdmin copied to clipboard
Vue2.0作的后台管理系统的架构
jspangAdmin
一个建立在Vue2.0框架基础上的后台管理系统,它包含了后台所用的前端样式和常用组件。它可以快速的帮你搭建基于Vue的后台管理系统。
相关技术
Vue-cli + element + eCharts
Demo(案例预览)
image(图片)
后台首页(DashBoard)

基本图标(charts)

表单页面(Form Elements)

表格(Tables)

MarkDown编辑和解析(MarkDown)

任务表单(To Do List)

Build Setup(使用搭建步骤)
# 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.