File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ More tutorials incoming. Including articles on:
9
9
- How to build structure of a backend dashboard project from scratch
10
10
- How to make a complete user system (e.g. permission authentication, two-factor authentication)
11
11
- How to package components (e.g. rich text)
12
- - How to integrate with [ qiniu ] ( https://www.qiniu.com/ )
12
+ - How to integrate with [ Qiniu ] ( https://www.qiniu.com/ )
13
13
- Other development experience on backend
14
14
15
15
Join the group on QQ 591724180.
@@ -60,7 +60,7 @@ git clone https://github.com/PanJiaChen/vue-element-admin.git
60
60
# Install dependencies
61
61
npm install
62
62
63
- # Not recommended for cnpm due to unknown bugs, use taobao mirror instead
63
+ # Or (not recommended for cnpm due to unknown bugs, use taobao mirror instead)
64
64
npm install --registry=https://registry.npm.taobao.org
65
65
66
66
# Run local dev server
@@ -148,7 +148,7 @@ Only status of user and app configuration is managed by Vuex. Other data are man
148
148
149
149
![ ] ( https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/errorlog.gif )
150
150
151
- #### Rich text (integrated with qiniu , watermark and customization)
151
+ #### Rich text (integrated with Qiniu , watermark and customization)
152
152
153
153
![ ] ( https://github.com/PanJiaChen/vue-element-admin/blob/master/gifs/editor.gif )
154
154
You can’t perform that action at this time.
0 commit comments