9
9
[ ![ license] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE )
10
10
[ ![ GitHub release] ( https://img.shields.io/github/release/PanJiaChen/vue-element-admin.svg )] ( )
11
11
12
- A magical vue admin.
12
+ ** A magical vue admin.**
13
13
14
14
- [ 线上地址] ( http://panjiachen.github.io/vue-element-admin )
15
15
16
- - [ 文档地址 ] ( https://panjiachen.github.io/vue-element-admin-site/#/ )
16
+ - [ 使用文档 ] ( https://panjiachen.github.io/vue-element-admin-site/#/ )
17
17
18
18
- [ English Document] ( https://github.com/PanJiaChen/vue-element-admin/blob/master/README-en.md )
19
19
@@ -45,7 +45,7 @@ A magical vue admin.
45
45
46
46
或者可以加入该 ** [ 圈子] ( https://jianshiapp.com/circles/1209 ) ** 讨论问题
47
47
48
- ** 如有问题请先看上述文章和Wiki ,若不能满足,欢迎 issue 和 pr**
48
+ ** 如有问题请先看上述使用文档和文章 ,若不能满足,欢迎 issue 和 pr**
49
49
50
50
** 本项目并不是一个脚手架,更倾向于是一个集成解决方案**
51
51
@@ -96,7 +96,8 @@ A magical vue admin.
96
96
97
97
# 安装依赖
98
98
npm install
99
- //or # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
99
+
100
+ //or # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
100
101
npm install --registry=https://registry.npm.taobao.org
101
102
102
103
# 本地开发 开启服务
@@ -113,6 +114,8 @@ A magical vue admin.
113
114
npm run build:prod
114
115
```
115
116
117
+ 更多信息请参考 [ 使用文档] ( https://panjiachen.github.io/vue-element-admin-site/#/ )
118
+
116
119
## 目录结构
117
120
``` shell
118
121
├── build // 构建相关
@@ -149,9 +152,6 @@ A magical vue admin.
149
152
## Changelog
150
153
Detailed changes for each release are documented in the [ release notes] ( https://github.com/PanJiaChen/vue-element-admin/releases ) .
151
154
152
- ## 状态管理
153
- 后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。
154
-
155
155
## [ 查看更多demo] ( http://panjiachen.github.io/vue-element-admin )
156
156
![ ] ( https://wpimg.wallstcn.com/1bc334a6-32a8-4f29-a037-ac3f5ce32588.png )
157
157
0 commit comments