Skip to content

Commit 22ac165

Browse files
committed
docs
1 parent 8ceecb8 commit 22ac165

File tree

3 files changed

+41
-27
lines changed

3 files changed

+41
-27
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ English | [简体中文](./README.zh-CN.md)
3030

3131
## Introduction
3232

33-
[vue-element-admin](http://panjiachen.github.io/vue-element-admin) is a front-end management background integration solution. It based on [vue](https://github.com/vuejs/vue) and use the UI Toolkit [element](https://github.com/ElemeFE/element).
33+
[vue-element-admin](http://panjiachen.github.io/vue-element-admin) is a production-ready front-end solution for admin interfaces. It based on [vue](https://github.com/vuejs/vue) and use the UI Toolkit [element-ui](https://github.com/ElemeFE/element).
3434

3535
It is a magical vue admin based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you.
3636

@@ -40,25 +40,25 @@ It is a magical vue admin based on the newest development stack of vue, built-in
4040

4141
- [Gitter](https://gitter.im/vue-element-admin/discuss)
4242

43-
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
44-
4543
- [Donate](https://panjiachen.github.io/vue-element-admin-site/donate/)
4644

45+
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
46+
4747
- [Gitee](https://panjiachen.gitee.io/vue-element-admin/) 国内用户可访问该地址在线预览
4848

4949
- Base template recommends using: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)
5050
- Desktop: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
5151
- Typescript: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (Credits: [@Armour](https://github.com/Armour))
5252

53-
**This project does not support low version browsers (e.g. IE). Please add polyfill yourself if you need them.**
53+
**The current version is `4.0-beta`. If you find a problem, please put [issue](https://github.com/PanJiaChen/vue-element-admin/issues/new). If you want to use the old version - stable version, you can switch branches to [tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0)**
54+
55+
**This project does not support low version browsers (e.g. IE). Please add polyfill by yourself.**
5456

5557
## Preparation
5658

57-
You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/), [vue](https://cn.vuejs.org/index.html), [vuex](https://vuex.vuejs.org/zh-cn/), [vue-router](https://router.vuejs.org/zh-cn/), [axios](https://github.com/axios/axios) and [element-ui](https://github.com/ElemeFE/element), all request data is simulated using [Mock.js](https://github.com/nuysoft/Mock).
59+
You need to install [node](http://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](http://es6.ruanyifeng.com/), [vue](https://cn.vuejs.org/index.html), [vuex](https://vuex.vuejs.org/zh-cn/), [vue-router](https://router.vuejs.org/zh-cn/), [vue-cli](https://github.com/vuejs/vue-cli) , [axios](https://github.com/axios/axios) and [element-ui](https://github.com/ElemeFE/element), all request data is simulated using [Mock.js](https://github.com/nuysoft/Mock).
5860
Understanding and learning this knowledge in advance will greatly help the use of this project.
5961

60-
---
61-
6262
<p align="center">
6363
<img width="900" src="https://wpimg.wallstcn.com/a5894c1b-f6af-456e-82df-1151da0839bf.png">
6464
</p>
@@ -77,6 +77,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
7777
- Permission Authentication
7878
- Page permission
7979
- Directive permission
80+
- Permission configuration page
8081
- Two-step login
8182
8283
- Multi-environment build
@@ -100,9 +101,9 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
100101
101102
- Excel
102103
- Export Excel
103-
- Export zip
104104
- Upload Excel
105105
- Visualization Excel
106+
- Export zip
106107
107108
- Table
108109
- Dynamic Table
@@ -141,14 +142,17 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
141142
# clone the project
142143
git clone https://github.com/PanJiaChen/vue-element-admin.git
143144

145+
# enter the project directory
146+
cd vue-element-admin
147+
144148
# install dependency
145149
npm install
146150

147151
# develop
148152
npm run dev
149153
```
150154

151-
This will automatically open http://localhost:9527.
155+
This will automatically open http://localhost:9527
152156

153157
## Build
154158

README.zh-CN.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,37 @@
3030

3131
## 简介
3232

33-
[vue-element-admin](http://panjiachen.github.io/vue-element-admin) 是一个后台集成解决方案,它基于 [vue](https://github.com/vuejs/vue)[element](https://github.com/ElemeFE/element)。它使用了最新的前端技术栈,内置了 i18 国际化解决方案,动态路由,权限验证,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。
33+
[vue-element-admin](http://panjiachen.github.io/vue-element-admin) 是一个后台前端解决方案,它基于 [vue](https://github.com/vuejs/vue)[element-ui](https://github.com/ElemeFE/element)实现。它使用了最新的前端技术栈,内置了 i18 国际化解决方案,动态路由,权限验证,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。
3434

35-
- [在线访问](http://panjiachen.github.io/vue-element-admin)
35+
- [在线预览](http://panjiachen.github.io/vue-element-admin)
3636

3737
- [使用文档](https://panjiachen.github.io/vue-element-admin-site/zh/)
3838

3939
- [Gitter 讨论组](https://gitter.im/vue-element-admin/discuss)
4040

41-
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
42-
4341
- [Donate](https://panjiachen.gitee.io/vue-element-admin-site/zh/donate)
4442

45-
- [Gitee](https://panjiachen.gitee.io/vue-element-admin/) 国内用户可访问该地址在线预览
43+
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
4644

47-
- [国内访问文档](https://panjiachen.gitee.io/vue-element-admin-site/zh/) 方便没翻墙的用户查看文档
45+
- [Gitee](https://panjiachen.gitee.io/vue-element-admin/) 在线预览(国内用户可访问该地址)
4846

49-
- 模板建议使用: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)
47+
- [国内访问文档](https://panjiachen.gitee.io/vue-element-admin-site/zh/) 文档(方便没翻墙的用户查看)
48+
49+
- 基础模板建议使用: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)
5050
- 桌面端: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
51-
- Typescript版: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (鸣谢: [@Armour](https://github.com/Armour))
51+
- Typescript 版: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (鸣谢: [@Armour](https://github.com/Armour))
5252

53-
群主 **[圈子](https://jianshiapp.com/circles/1209)** 楼主会经常分享一些技术相关的东西,或者加入[qq 群](https://github.com/PanJiaChen/vue-element-admin/issues/602)或者关注[微博](https://weibo.com/u/3423485724?is_all=1)
53+
**目前版本为 `4.0-beta`,若发现问题,欢迎提[issue](https://github.com/PanJiaChen/vue-element-admin/issues/new)。若你想使用旧版本-稳定版,可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0)**
5454

5555
**该项目不支持低版本浏览器(如 ie),有需求请自行添加 polyfill [详情](https://github.com/PanJiaChen/vue-element-admin/wiki#babel-polyfill)**
5656

57+
群主 **[圈子](https://jianshiapp.com/circles/1209)** 群主会经常分享一些技术相关的东西,或者加入 [qq 群](https://github.com/PanJiaChen/vue-element-admin/issues/602) 或者关注 [微博](https://weibo.com/u/3423485724?is_all=1)
58+
5759
## 前序准备
5860

59-
你需要在本地安装 [node](http://nodejs.org/)[git](https://git-scm.com/)。本项目技术栈基于 [ES2015+](http://es6.ruanyifeng.com/)[vue](https://cn.vuejs.org/index.html)[vuex](https://vuex.vuejs.org/zh-cn/)[vue-router](https://router.vuejs.org/zh-cn/)[axios](https://github.com/axios/axios)[element-ui](https://github.com/ElemeFE/element),所有的请求数据都使用[Mock.js](https://github.com/nuysoft/Mock)模拟,提前了解和学习这些知识会对使用本项目有很大的帮助。
61+
你需要在本地安装 [node](http://nodejs.org/)[git](https://git-scm.com/)。本项目技术栈基于 [ES2015+](http://es6.ruanyifeng.com/)[vue](https://cn.vuejs.org/index.html)[vuex](https://vuex.vuejs.org/zh-cn/)[vue-router](https://router.vuejs.org/zh-cn/)[vue-cli](https://github.com/vuejs/vue-cli)[axios](https://github.com/axios/axios)[element-ui](https://github.com/ElemeFE/element),所有的请求数据都使用[Mock.js](https://github.com/nuysoft/Mock)进行模拟,提前了解和学习这些知识会对使用本项目有很大的帮助。
6062

61-
同时配套一个系列的教程文章,如何从零构建后一个完整的后台项目,建议大家先看完这些文章再来实践本项目
63+
同时配套了系列教程文章,如何从零构建后一个完整的后台项目,建议大家先看完这些文章再来实践本项目
6264

6365
- [手摸手,带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
6466
- [手摸手,带你用 vue 撸后台 系列二(登录权限篇)](https://juejin.im/post/591aa14f570c35006961acac)
@@ -76,6 +78,7 @@
7678
</p>
7779

7880
## Sponsors
81+
7982
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen)
8083

8184
<a href="https://flatlogic.com/admin-dashboards?from=vue-element-admin"><img width="150px" src="https://wpimg.wallstcn.com/9c0b719b-5551-4c1e-b776-63994632d94a.png" /></a><p>Admin Dashboard Templates made with Vue, React and Angular.</p>
@@ -101,7 +104,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
101104
- 动态面包屑
102105
- 快捷导航(标签页)
103106
- Svg Sprite 图标
104-
- 本地 mock 数据
107+
- 本地/后端 mock 数据
105108
- Screenfull全屏
106109
- 自适应收缩侧边栏
107110
@@ -112,9 +115,9 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
112115
113116
- Excel
114117
- 导出excel
115-
- 导出zip
116118
- 导入excel
117119
- 前端可视化excel
120+
- 导出zip
118121
119122
- 表格
120123
- 动态表格
@@ -153,6 +156,9 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
153156
# 克隆项目
154157
git clone https://github.com/PanJiaChen/vue-element-admin.git
155158

159+
# 进入项目目录
160+
cd vue-element-admin
161+
156162
# 安装依赖
157163
npm install
158164

@@ -210,6 +216,8 @@ Detailed changes for each release are documented in the [release notes](https://
210216

211217
[Paypal Me](https://www.paypal.me/panfree23)
212218

219+
[Buy me a coffee](https://www.buymeacoffee.com/Pan)
220+
213221
## Browsers support
214222

215223
Modern browsers and Internet Explorer 10+.

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-element-admin",
33
"version": "4.0.0",
4-
"description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
4+
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
55
"author": "Pan <[email protected]>",
66
"license": "MIT",
77
"scripts": {
@@ -10,8 +10,8 @@
1010
"build:stage": "vue-cli-service build --mode staging",
1111
"preview": "node build/index.js --preview",
1212
"lint": "eslint --ext .js,.vue src",
13-
"test": "npm run lint",
1413
"test:unit": "vue-cli-service test:unit",
14+
"test:ci": "npm run lint && npm run test:unit",
1515
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
1616
"new": "plop"
1717
},
@@ -28,10 +28,12 @@
2828
},
2929
"keywords": [
3030
"vue",
31-
"element-ui",
3231
"admin",
33-
"management-system",
34-
"admin-template"
32+
"dashboard",
33+
"element-ui",
34+
"boilerplate",
35+
"admin-template",
36+
"management-system"
3537
],
3638
"repository": {
3739
"type": "git",

0 commit comments

Comments
 (0)