Skip to content

Commit cc3d605

Browse files
committed
update readme
1 parent 5917708 commit cc3d605

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

README-en.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Join the group on QQ 591724180.
1818

1919
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
2020
- [Step by step instructions on playing with backend using Vue - Part 1](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
21+
- [Step by step instructions on playing with backend using Vue - Part 2](https://juejin.im/post/591aa14f570c35006961acac)
2122
- [Step by step instructions on packaging a Vue component](https://segmentfault.com/a/1190000009090836)
2223

2324
**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
130131

131132
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
132133

134+
#### Drag & drop sorting
135+
136+
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
137+
138+
139+
#### dynamic table
140+
141+
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/dynamictable.gif)
142+
133143
#### Uploading cropped avatar
134144

135145
![](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
相应需求,开了一个qq群 591724180 方便大家交流
1616

1717
- [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
18-
- [手摸手,带你用 vue 撸后台 系列一](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
18+
- [手摸手,带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
19+
- [手摸手,带你用 vue 撸后台 系列二(登录权限篇)](https://juejin.im/post/591aa14f570c35006961acac)
1920
- [ 手摸手,带你封装一个vue component](https://segmentfault.com/a/1190000009090836)
2021

2122

@@ -123,22 +124,26 @@
123124

124125
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/leftmenu.gif)
125126

126-
#### 拖拽排序
127+
#### table拖拽排序
127128

128129
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/order.gif)
129130

130131

132+
#### 动态table
133+
134+
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/dynamictable.gif)
135+
131136

132137
#### 上传裁剪头像
133138

134139
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/uploadAvatar.gif)
135140

136141

137-
138142
#### 错误统计
139143

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

146+
142147
#### 富文本(整合七牛 打水印等个性化功能)
143148

144149
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/editor.gif)
@@ -151,13 +156,11 @@
151156

152157
![enter image description here](https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/echarts.gif)
153158

159+
154160
#### 导出excel
155161

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

158164

159165
## [更多demo](http://panjiachen.github.io/vue-element-admin)
160166

161-
162-
###占坑
163-
一系列的配套文章即将来袭~

gifs/dynamictable.gif

47.6 KB
Loading

gifs/leftmenu.gif

56.6 KB
Loading

gifs/order.gif

840 KB
Loading

gifs/theme.gif

-239 KB
Loading

0 commit comments

Comments
 (0)