update readme
10
README-en.md
|
@ -18,6 +18,7 @@ Join the group on QQ 591724180.
|
||||||
|
|
||||||
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
|
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
|
||||||
- [Step by step instructions on playing with backend using Vue - Part 1](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
|
- [Step by step instructions on playing with backend using Vue - Part 1](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
|
||||||
|
- [Step by step instructions on playing with backend using Vue - Part 2](https://juejin.im/post/591aa14f570c35006961acac)
|
||||||
- [Step by step instructions on packaging a Vue component](https://segmentfault.com/a/1190000009090836)
|
- [Step by step instructions on packaging a Vue component](https://segmentfault.com/a/1190000009090836)
|
||||||
|
|
||||||
**Please read the Wiki and articles above before creating any issue. Feel free to contribute by making a pull request.**
|
**Please read the Wiki and articles above before creating any issue. Feel free to contribute by making a pull request.**
|
||||||
|
@ -130,6 +131,15 @@ Only status of user and app configuration is managed by Vuex. Other data are man
|
||||||
|
|
||||||
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
|
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
|
||||||
|
|
||||||
|
#### Drag & drop sorting
|
||||||
|
|
||||||
|
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
|
||||||
|
|
||||||
|
|
||||||
|
#### dynamic table
|
||||||
|
|
||||||
|
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/dynamictable.gif)
|
||||||
|
|
||||||
#### Uploading cropped avatar
|
#### Uploading cropped avatar
|
||||||
|
|
||||||
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)
|
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)
|
||||||
|
|
15
README.md
|
@ -15,7 +15,8 @@
|
||||||
相应需求,开了一个qq群 591724180 方便大家交流
|
相应需求,开了一个qq群 591724180 方便大家交流
|
||||||
|
|
||||||
- [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
|
- [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
|
||||||
- [手摸手,带你用 vue 撸后台 系列一](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
|
- [手摸手,带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
|
||||||
|
- [手摸手,带你用 vue 撸后台 系列二(登录权限篇)](https://juejin.im/post/591aa14f570c35006961acac)
|
||||||
- [ 手摸手,带你封装一个vue component](https://segmentfault.com/a/1190000009090836)
|
- [ 手摸手,带你封装一个vue component](https://segmentfault.com/a/1190000009090836)
|
||||||
|
|
||||||
|
|
||||||
|
@ -123,22 +124,26 @@
|
||||||
|
|
||||||
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/leftmenu.gif)
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/leftmenu.gif)
|
||||||
|
|
||||||
#### 拖拽排序
|
#### table拖拽排序
|
||||||
|
|
||||||
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
|
||||||
|
|
||||||
|
|
||||||
|
#### 动态table
|
||||||
|
|
||||||
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/dynamictable.gif)
|
||||||
|
|
||||||
|
|
||||||
#### 上传裁剪头像
|
#### 上传裁剪头像
|
||||||
|
|
||||||
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### 错误统计
|
#### 错误统计
|
||||||
|
|
||||||
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/errorlog.gif)
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/errorlog.gif)
|
||||||
|
|
||||||
|
|
||||||
#### 富文本(整合七牛 打水印等个性化功能)
|
#### 富文本(整合七牛 打水印等个性化功能)
|
||||||
|
|
||||||
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/editor.gif)
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/editor.gif)
|
||||||
|
@ -151,6 +156,7 @@
|
||||||
|
|
||||||
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/echarts.gif)
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/echarts.gif)
|
||||||
|
|
||||||
|
|
||||||
#### 导出excel
|
#### 导出excel
|
||||||
|
|
||||||
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/excel.png)
|
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/excel.png)
|
||||||
|
@ -158,6 +164,3 @@
|
||||||
|
|
||||||
## [更多demo](http://panjiachen.github.io/vue-element-admin)
|
## [更多demo](http://panjiachen.github.io/vue-element-admin)
|
||||||
|
|
||||||
|
|
||||||
###占坑
|
|
||||||
一系列的配套文章即将来袭~
|
|
||||||
|
|
After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 548 KiB After Width: | Height: | Size: 605 KiB |
BIN
gifs/order.gif
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 968 KiB |
BIN
gifs/theme.gif
Before Width: | Height: | Size: 504 KiB After Width: | Height: | Size: 265 KiB |