An open API service indexing awesome lists of open source software.

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后台系统!

Awesome Lists containing this project

README

          

# DengTaAdmin

一个建立在Vue2.0框架基础上的后台管理系统,它包含了后台所用的前端样式和常用组件。它可以快速的帮你搭建基于Vue的后台管理系统。

# 相关技术

Vue-cli + elementUi + eCharts

# 示例(images)

![image](https://github.com/SupermanWenZai/DengTaAdmin/blob/master/static/images/shiliImages.png)

# 建立安装程序

``` 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

```