You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ English | [简体中文](./README.zh-CN.md)
30
30
31
31
## Introduction
32
32
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).
34
34
35
35
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.
36
36
@@ -40,25 +40,25 @@ It is a magical vue admin based on the newest development stack of vue, built-in
**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.**
54
56
55
57
## Preparation
56
58
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).
58
60
Understanding and learning this knowledge in advance will greatly help the use of this project.
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)
80
83
81
84
<ahref="https://flatlogic.com/admin-dashboards?from=vue-element-admin"><imgwidth="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
101
104
- 动态面包屑
102
105
- 快捷导航(标签页)
103
106
- Svg Sprite 图标
104
-
- 本地 mock 数据
107
+
- 本地/后端 mock 数据
105
108
- Screenfull全屏
106
109
- 自适应收缩侧边栏
107
110
@@ -112,9 +115,9 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
112
115
113
116
- Excel
114
117
- 导出excel
115
-
- 导出zip
116
118
- 导入excel
117
119
- 前端可视化excel
120
+
- 导出zip
118
121
119
122
- 表格
120
123
- 动态表格
@@ -153,6 +156,9 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
Copy file name to clipboardExpand all lines: package.json
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "vue-element-admin",
3
3
"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",
0 commit comments