README.md 2.5 KB
Newer Older
P
refine  
Pan 已提交
1 2
##vue-element-admin
vue+element+axios 的管理后台 [线上地址](http://panjiachen.github.io/vue-element-admin)
P
update  
Pan 已提交
3

P
refine  
Pan 已提交
4 5 6 7
这半年来一直在用vue写管理后台,目前后台已经有七十多个页面,十几种权限,但维护成本依然很低,效率依然很高。这半年来积累了不少的后台开发经验,所以准备开源分享一下。
###功能
- [x] 登录/注销
- [x] 权限验证
P
refine  
Pan 已提交
8 9
- [x] 侧边栏
- [x] 面包屑
P
refine  
Pan 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
- [x] 富文本编辑器
- [x] Markdown编辑器
- [x] JSON编辑器
- [x] 列表拖拽
- [x] SplitPane
- [x] Dropzone
- [x] Sticky
- [x] CountTo
- [x] echarts图表
- [x] 401,401错误页面
- [x] 错误日志
- [x] 导出excel
- [x] table example
- [x] form example
- [x] 多环境发布
P
refine  
Pan 已提交
25 26 27 28
- [x] dashboard
- [x] 二次登录
- [x] 动态侧边栏

P
refine  
Pan 已提交
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

###How to use?
```bash
    git clone https://github.com/PanJiaChen/vue-element-admin.git //克隆项目
    npm install //安装依赖


	npm run dev //本地开发
    // 开启服务器,浏览器访问 http://localhost:9527

    npm run build:sit-preview //发布测试环境 带webpack ananalyzer

    npm run build:prod //构建生成环境
```
##效果图
P
update  
Pan 已提交
44

P
update  
Pan 已提交
45
#### 两步验证登录 支持微信和qq
P
update  
Pan 已提交
46

P
Pan 已提交
47 48
![两步验证 here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/2login.gif)

P
update  
Pan 已提交
49
#### 真正的动态换肤
P
update  
Pan 已提交
50

P
Pan 已提交
51 52
![真正的动态换肤](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/theme.gif)

P
update  
Pan 已提交
53
#### 可收起侧边栏
P
update  
Pan 已提交
54

P
Pan 已提交
55 56
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/leftmenu.gif)

P
update  
Pan 已提交
57
#### 拖拽排序
P
update  
Pan 已提交
58

P
Pan 已提交
59 60
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)

P
update  
Pan 已提交
61
#### 上传裁剪头像
P
update  
Pan 已提交
62

P
Pan 已提交
63 64
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)

P
Pan 已提交
65 66 67 68
#### 错误统计

![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/errorlog.png)

P
update  
Pan 已提交
69
#### 富文本(整合七牛 打水印等个性化功能)
P
update  
Pan 已提交
70

P
Pan 已提交
71 72
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/editor.gif)

P
update  
Pan 已提交
73
#### 封装table组件
P
update  
Pan 已提交
74

P
Pan 已提交
75 76 77
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/table.gif)

#### 图表
P
update  
Pan 已提交
78

P
Pan 已提交
79 80
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/echarts.gif)

P
update  
Pan 已提交
81
#### 导出excel
P
update  
Pan 已提交
82

P
Pan 已提交
83 84 85
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/excel.png)

等等很多,尽请期待!