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
@@ -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,36 +40,31 @@ 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.**
56
-
57
-
**Note: This project uses element-ui@2.3.0+ version, so the minimum compatible vue@2.5.0+**
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 branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0)**
58
54
59
-
**Start using `webpack4` from `v3.8.0`. If you still want to continue using `webpack3`, please use this branch [webpack3](https://github.com/PanJiaChen/vue-element-admin/tree/webpack3)**
55
+
**This project does not support low version browsers (e.g. IE). Please add polyfill by yourself.**
60
56
61
57
## Preparation
62
58
63
-
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).
64
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)
74
69
75
70
<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>
@@ -82,6 +77,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
82
77
- Permission Authentication
83
78
- Page permission
84
79
- Directive permission
80
+
- Permission configuration page
85
81
- Two-step login
86
82
87
83
- Multi-environment build
@@ -105,14 +101,13 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
105
101
106
102
- Excel
107
103
- Export Excel
108
-
- Export zip
109
104
- Upload Excel
110
105
- Visualization Excel
106
+
- Export zip
111
107
112
108
- Table
113
109
- Dynamic Table
114
110
- Drag And Drop Table
115
-
- Tree Table
116
111
- Inline Edit Table
117
112
118
113
- Error Page
@@ -146,20 +141,23 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s
0 commit comments