Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄瑜
VueElementTemplate
Commits
394f366a
Commit
394f366a
authored
Nov 29, 2017
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc:update readme
parent
e5ed2a39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
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)

...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment