You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vue-element-admin/README.md

95 lines
2.5 KiB

8 years ago
##vue-element-admin
vue+element+axios 的管理后台 [线上地址](http://panjiachen.github.io/vue-element-admin)
8 years ago
8 years ago
这半年来一直在用vue写管理后台目前后台已经有七十多个页面十几种权限但维护成本依然很低效率依然很高。这半年来积累了不少的后台开发经验所以准备开源分享一下。
8 years ago
### 功能
8 years ago
- [x] 登录/注销
- [x] 权限验证
8 years ago
- [x] 侧边栏
- [x] 面包屑
8 years ago
- [x] 富文本编辑器
- [x] Markdown编辑器
- [x] JSON编辑器
- [x] 列表拖拽
- [x] SplitPane
- [x] Dropzone
- [x] Sticky
- [x] CountTo
- [x] echarts图表
- [x] 401401错误页面
- [x] 错误日志
- [x] 导出excel
- [x] table example
- [x] form example
- [x] 多环境发布
8 years ago
- [x] dashboard
- [x] 二次登录
- [x] 动态侧边栏
8 years ago
- [x] mock
8 years ago
8 years ago
8 years ago
### 开发
8 years ago
```bash
8 years ago
# 克隆项目
git clone https://github.com/PanJiaChen/vue-element-admin.git
# 安装依赖
npm install
# 本地开发 开启服务,浏览器访问 http://localhost:9527
npm run build
8 years ago
```
8 years ago
### 发布
```bash
8 years ago
# 发布测试环境 带webpack ananalyzer
npm run build:sit-preview
# 构建生成环境
npm run build:prod
8 years ago
```
## 效果图
8 years ago
8 years ago
#### 两步验证登录 支持微信和qq
8 years ago
8 years ago
![两步验证 here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/2login.gif)
8 years ago
#### 真正的动态换肤
8 years ago
8 years ago
![真正的动态换肤](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/theme.gif)
8 years ago
#### 可收起侧边栏
8 years ago
8 years ago
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/leftmenu.gif)
8 years ago
#### 拖拽排序
8 years ago
8 years ago
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
8 years ago
#### 上传裁剪头像
8 years ago
8 years ago
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)
8 years ago
#### 错误统计
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/errorlog.png)
8 years ago
#### 富文本(整合七牛 打水印等个性化功能)
8 years ago
8 years ago
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/editor.gif)
8 years ago
#### 封装table组件
8 years ago
8 years ago
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/table.gif)
#### 图表
8 years ago
8 years ago
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/echarts.gif)
8 years ago
#### 导出excel
8 years ago
8 years ago
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/excel.png)
等等很多,尽请期待!