Skip to content

Commit 55c00ab

Browse files
committed
更新vue版本
1 parent b9a79c9 commit 55c00ab

File tree

6 files changed

+32
-9908
lines changed

6 files changed

+32
-9908
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# vue-manage-system #
2+
<a href="https://github.com/vuejs/vue">
3+
<img src="https://img.shields.io/badge/vue-2.6.10-brightgreen.svg" alt="vue">
4+
</a>
5+
<a href="https://github.com/ElemeFE/element">
6+
<img src="https://img.shields.io/badge/element--ui-2.8.2-brightgreen.svg" alt="element-ui">
7+
</a>
8+
<a href="https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE">
9+
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
10+
</a>
11+
<a href="https://github.com/lin-xin/vue-manage-system/releases">
12+
<img src="https://img.shields.io/github/release/lin-xin/vue-manage-system.svg" alt="GitHub release">
13+
</a>
14+
<a href="http://blog.gdfengshuo.com/example/work/#/donate">
15+
<img src="https://img.shields.io/badge/%24-donate-ff69b4.svg" alt="donate">
16+
</a>
17+
218
基于Vue.js + Element UI 的后台管理系统解决方案。[线上地址](http://blog.gdfengshuo.com/example/work/)
19+
320
(本项目基于vue-cli3构建,如果是vue-cli2的请下载[旧版本V3.2.0](https://github.com/lin-xin/vue-manage-system/releases/tag/V3.2.0))
421

522
[English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md)
@@ -43,6 +60,7 @@
4360
- [x] 三级菜单
4461
- [x] 自定义图标
4562
- [x] 可拖拽弹窗
63+
- [x] 国际化
4664

4765
## 安装步骤 ##
4866
```
@@ -155,3 +173,7 @@ import 'element-ui/lib/theme-default/index.css'; // 默认主题
155173
```
156174

157175
第三步:打开 src/components/common/Sidebar.vue 文件,找到 el-menu 标签,把 background-color/text-color/active-text-color 属性去掉即可。
176+
177+
## License
178+
179+
[MIT](https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE)

README_EN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,8 @@ Finally,enter 'src/components/common/Sidebar.vue' and find el-menu Tags,delete '
157157

158158
### Green theme ###
159159

160-
![Image text](https://github.com/lin-xin/manage-system/raw/master/screenshots/wms2.png)
160+
![Image text](https://github.com/lin-xin/manage-system/raw/master/screenshots/wms2.png)
161+
162+
## License
163+
164+
[MIT](https://github.com/lin-xin/vue-manage-system/blob/master/LICENSE)

0 commit comments

Comments
 (0)