Skip to content

Commit b468bcf

Browse files
committed
修改说明文档
1 parent b1186b8 commit b468bcf

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
lines changed

README.md

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,45 @@
11
# vue-admin-system
22

3-
> A Vue.js project
3+
> 一个基于vue + elementUI的后台管理系统解决方案
44
5-
## Build Setup
5+
![home](./static/img/home.png)
6+
7+
## Features
8+
9+
- 表格&表单
10+
- 综合表格
11+
- 表单
12+
- 行内编辑表格
13+
14+
- 编辑器
15+
- Markdown编辑器
16+
- 富文本编辑器
17+
18+
- 组件
19+
- 图片上传
20+
- 列表拖拽
21+
- 穿梭框
22+
- 数字滚动
23+
- 树形结构
24+
- 组织树
25+
- 控件树
26+
27+
## Getting started
628

729
``` bash
8-
# install dependencies
30+
# clone the project
31+
git clone https://github.com/LoveHins/vue-admin-system.git
32+
33+
// install dependencies
934
npm install
1035

11-
# serve with hot reload at localhost:8080
36+
// develop
1237
npm run dev
38+
```
1339

14-
# build for production with minification
15-
npm run build
40+
## Build
1641

17-
# build for production and view the bundle analyzer report
18-
npm run build --report
42+
```bash
43+
npm run build
1944
```
2045

21-
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

favicon.ico

-4.19 KB
Binary file not shown.

build/logo.png renamed to logo.png

File renamed without changes.

static/img/home.png

589 KB
Loading

0 commit comments

Comments
 (0)