Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Commits
394f366a
Commit
394f366a
authored
7 years ago
by
Pan
Browse files
Options
Downloads
Patches
Plain Diff
doc:update readme
parent
e5ed2a39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-7
7 additions, 7 deletions
README.md
with
7 additions
and
7 deletions
README.md
+
7
−
7
View file @
394f366a
...
...
@@ -9,11 +9,11 @@
[

](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
[

]()
A magical vue admin.
**
A magical vue admin.
**
-
[
线上地址
](
http://panjiachen.github.io/vue-element-admin
)
-
[
文档
地址
](
https://panjiachen.github.io/vue-element-admin-site/#/
)
-
[
使用
文档
](
https://panjiachen.github.io/vue-element-admin-site/#/
)
-
[
English Document
](
https://github.com/PanJiaChen/vue-element-admin/blob/master/README-en.md
)
...
...
@@ -45,7 +45,7 @@ A magical vue admin.
或者可以加入该
**[圈子](https://jianshiapp.com/circles/1209)**
讨论问题
**如有问题请先看上述
文章和Wiki
,若不能满足,欢迎 issue 和 pr**
**如有问题请先看上述
使用文档和文章
,若不能满足,欢迎 issue 和 pr**
**本项目并不是一个脚手架,更倾向于是一个集成解决方案**
...
...
@@ -96,7 +96,8 @@ A magical vue admin.
# 安装依赖
npm
install
//or
# 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
//or
# 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm
install
--registry
=
https://registry.npm.taobao.org
# 本地开发 开启服务
...
...
@@ -113,6 +114,8 @@ A magical vue admin.
npm run build:prod
```
更多信息请参考
[
使用文档
](
https://panjiachen.github.io/vue-element-admin-site/#/
)
## 目录结构
```
shell
├── build // 构建相关
...
...
@@ -149,9 +152,6 @@ A magical vue admin.
## Changelog
Detailed changes for each release are documented in the
[
release notes
](
https://github.com/PanJiaChen/vue-element-admin/releases
)
.
## 状态管理
后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。
## [查看更多demo](http://panjiachen.github.io/vue-element-admin)

...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment