https://github.com/superwenzai/dengtaadmin
结合vue、eCharts来弄个小demo玩一玩:来自火星的DengTaAdmin后台系统!
https://github.com/superwenzai/dengtaadmin
echarts elementui vue
Last synced: 8 months ago
JSON representation
结合vue、eCharts来弄个小demo玩一玩:来自火星的DengTaAdmin后台系统!
- Host: GitHub
- URL: https://github.com/superwenzai/dengtaadmin
- Owner: SuperWenZai
- Created: 2017-12-23T03:07:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T03:27:42.000Z (over 8 years ago)
- Last Synced: 2025-02-08T23:27:16.487Z (about 1 year ago)
- Topics: echarts, elementui, vue
- Language: Vue
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DengTaAdmin
一个建立在Vue2.0框架基础上的后台管理系统,它包含了后台所用的前端样式和常用组件。它可以快速的帮你搭建基于Vue的后台管理系统。
# 相关技术
Vue-cli + elementUi + eCharts
# 示例(images)

# 建立安装程序
``` bash
# install dependencies
npm install
或
cnpm install
# serve with hot reload at localhost:8888
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```