# echrts **Repository Path**: winnerwly/echrts ## Basic Information - **Project Name**: echrts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

# iView-Admin template [![](https://img.shields.io/travis/iview/iview-admin.svg?style=flat-square)](https://travis-ci.org/iview/iview-admin) [![vue](https://img.shields.io/badge/vue-2.5.2-brightgreen.svg?style=flat-square)](https://github.com/vuejs/vue) [![iview ui](https://img.shields.io/badge/iview-2.7.2-brightgreen.svg?style=flat-square)](https://github.com/iview/iview) ## 当前版本:v1.0.0 `注:这是简化之后的模板,去除了所有拓展功能,只留下了基础框架。` ## Install ```bush // install dependencies npm install ``` ## Run ### Development ```bush npm run dev ``` ### Production(Build) ```bush npm run build ``` ## 文件结构 ```shell . ├── build  项目构建配置 └── src    ├── images  图片文件    ├── libs  工具方法    ├── router  路由配置    ├── store  状态管理    ├── styles  样式文件 ├── template 模板文件 ├── vendors 公共库文件 └── views ├── error-page 错误页面 ├── group 带二级目录的页面 │   ├── page1 二级页面1 │   ├── page2 二级页面2 ├── home 首页 ├── main-components 主组件 ├── page 一级目录页面 ``` ## Links - [TalkingData](https://github.com/TalkingData) - [iView](https://github.com/iview/iview) - [Vue](https://github.com/vuejs/vue) - [Webpack](https://github.com/webpack/webpack) ## 效果展示 - 首页 ![image](https://github.com/iview/iview-admin/raw/template/pic/home.png) - 单页 ![image](https://github.com/iview/iview-admin/raw/template/pic/page.png) ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2016-present, iView