Skip to content

Commit 394f366

Browse files
committed
doc:update readme
1 parent e5ed2a3 commit 394f366

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
1010
[![GitHub release](https://img.shields.io/github/release/PanJiaChen/vue-element-admin.svg)]()
1111

12-
A magical vue admin.
12+
**A magical vue admin.**
1313

1414
- [线上地址](http://panjiachen.github.io/vue-element-admin)
1515

16-
- [文档地址](https://panjiachen.github.io/vue-element-admin-site/#/)
16+
- [使用文档](https://panjiachen.github.io/vue-element-admin-site/#/)
1717

1818
- [English Document](https://github.com/PanJiaChen/vue-element-admin/blob/master/README-en.md)
1919

@@ -45,7 +45,7 @@ A magical vue admin.
4545

4646
或者可以加入该 **[圈子](https://jianshiapp.com/circles/1209)** 讨论问题
4747

48-
**如有问题请先看上述文章和Wiki,若不能满足,欢迎 issue 和 pr**
48+
**如有问题请先看上述使用文档和文章,若不能满足,欢迎 issue 和 pr**
4949

5050
**本项目并不是一个脚手架,更倾向于是一个集成解决方案**
5151

@@ -96,7 +96,8 @@ A magical vue admin.
9696

9797
# 安装依赖
9898
npm install
99-
   //or # 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
99+
   
100+
//or # 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
100101
npm install --registry=https://registry.npm.taobao.org
101102

102103
# 本地开发 开启服务
@@ -113,6 +114,8 @@ A magical vue admin.
113114
npm run build:prod
114115
```
115116

117+
更多信息请参考 [使用文档](https://panjiachen.github.io/vue-element-admin-site/#/)
118+
116119
## 目录结构
117120
```shell
118121
├── build // 构建相关  
@@ -149,9 +152,6 @@ A magical vue admin.
149152
## Changelog
150153
Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
151154

152-
## 状态管理
153-
后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。
154-
155155
## [查看更多demo](http://panjiachen.github.io/vue-element-admin)
156156
![](https://wpimg.wallstcn.com/1bc334a6-32a8-4f29-a037-ac3f5ce32588.png)
157157

0 commit comments

Comments
 (0)