Skip to content

Commit a4f8e0b

Browse files
committed
Update README.md
1 parent 2d72df3 commit a4f8e0b

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

README-en.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
1+
[![vue](https://img.shields.io/badge/vue-2.4.2-brightgreen.svg)](https://github.com/vuejs/vue)
2+
[![element-ui](https://img.shields.io/badge/element--ui-1.4.2-brightgreen.svg)](https://github.com/ElemeFE/element)
3+
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
4+
[![GitHub release](https://img.shields.io/github/release/PanJiaChen/vue-element-admin.svg)]()
5+
16
## Intro
27

38
> In the past half year, I have been building a backend for management dashboard using Vue. Though the backend has contained greater than 70 pages and over 10 permissions, it still takes insignificant effort to maintain the project. So I decide to make it open source so as to share my development experience and progress on backend. The tech stack is mainly [Vue.js](https://github.com/vuejs/vue)+[Element](https://github.com/ElemeFE/element)+[axios](https://github.com/mzabriskie/axios). Since it's a personal project, all data requests are simulated with [Mock.js](https://github.com/nuysoft/Mock). **Note:** if anyone wants to modify or develop based on this project, please remove the mock files.
49
510
**Live demo:** http://panjiachen.github.io/vue-element-admin
611

7-
**Note: [email protected] is used in the project, so vue 2.3.0+ is required.**
8-
9-
More tutorials incoming. Including articles on:
10-
11-
- How to build structure of a backend dashboard project from scratch
12-
- How to make a complete user system (e.g. permission authentication, two-factor authentication)
13-
- How to package components (e.g. rich text)
14-
- How to integrate with [Qiniu](https://www.qiniu.com/)
15-
- Other development experience on backend
16-
17-
Join the group on QQ 591724180.
18-
19-
**Tutorials:**
12+
**Note: [email protected] is used in the project, so vue 2.3.0+ is required.**
2013

21-
- [Wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
22-
- [Step by step instructions on playing with backend using Vue Part 1 - Fundamentals](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
23-
- [Step by step instructions on playing with backend using Vue Part 2 - Login permission](https://juejin.im/post/591aa14f570c35006961acac)
24-
- [Step by step instructions on packaging a Vue component](https://segmentfault.com/a/1190000009090836)
25-
26-
**Please read the Wiki and articles above before creating any issue. Feel free to contribute by making a pull request.**
14+
- vueAdmin-template: [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template)  
15+
- electron-vue-admin: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
16+
- Donate:[donate](https://github.com/PanJiaChen/vue-element-admin/blob/master/README-en.md#donate)
2717

2818
## Features
2919

@@ -117,6 +107,10 @@ npm run build:prod
117107
## Changelog
118108
Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
119109

110+
## Donate
111+
If you find this project useful, you can buy me a cup of coffee
112+
![donate](https://panjiachen.github.io/donate/donation.png)
113+
120114
## State Management
121115

122116
Only status of user and app configuration is managed by Vuex. Other data are managed by their own business pages.
@@ -174,3 +168,7 @@ Only status of user and app configuration is managed by Vuex. Other data are man
174168
#### More
175169

176170
http://panjiachen.github.io/vue-element-admin
171+
172+
## License
173+
174+
MIT

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vue-element-admin #
22

33
[![vue](https://img.shields.io/badge/vue-2.4.2-brightgreen.svg)](https://github.com/vuejs/vue)
4-
[![element-ui](https://img.shields.io/badge/element--ui-1.4.1-brightgreen.svg)](https://github.com/ElemeFE/element)
4+
[![element-ui](https://img.shields.io/badge/element--ui-1.4.2-brightgreen.svg)](https://github.com/ElemeFE/element)
55
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
66
[![GitHub release](https://img.shields.io/github/release/PanJiaChen/vue-element-admin.svg)]()
77

@@ -12,11 +12,15 @@
1212

1313
[wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
1414

15-
**本项目的定位是后台集成方案,不适合当基础模板来开发,模板建议使用 [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template) , 桌面端 [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)**
15+
[donate](https://github.com/PanJiaChen/vue-element-admin#donate)
1616

17+
**本项目的定位是后台集成方案,不适合当基础模板来开发。**
18+
- 模板建议使用: [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template)  
19+
- 桌面端: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
1720

1821

19-
**注意:该项目目前使用[email protected]版本,所以最低兼容 Vue 2.3.0**
22+
23+
**注意:该项目目前使用[email protected]版本,所以最低兼容 Vue 2.3.0**
2024

2125
## 前言
2226
> 这半年来一直在用vue写管理后台,目前后台已经有百来个页面,十几种权限,但维护成本依然很低,所以准备开源分享一下后台开发的经验和成果。目前的技术栈主要的采用vue+element+axios由webpack2打包。由于是个人项目,所以数据请求都是用了mockjs模拟。注意:在此项目基础上改造开发时请移除mock文件。
@@ -32,14 +36,14 @@
3236
- [手摸手,带你封装一个vue component](https://segmentfault.com/a/1190000009090836)
3337

3438
相应需求,开了一个qq群 `591724180` 方便大家交流
35-
39+
3640
或者可以加入该 **[圈子](https://jianshiapp.com/circles/1209)** 讨论问题
3741

38-
**如有问题请先看上述文章和Wiki,若不能满足,欢迎 issue 和 pr ~**
42+
**如有问题请先看上述文章和Wiki,若不能满足,欢迎 issue 和 pr**
3943

4044
**该项目并不是一个脚手架,更倾向于是一个集成解决方案**
4145

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

4448

4549
## 功能
@@ -132,8 +136,8 @@
132136
Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
133137

134138
## Donate
135-
If you find this project useful, you can buy me a cup of coffee
136-
![donate](https://panjiachen.github.io/donate/donate.png)
139+
If you find this project useful, you can buy me a cup of coffee
140+
![donate](https://panjiachen.github.io/donate/donation.png)
137141

138142
## 状态管理
139143
后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。

0 commit comments

Comments
 (0)