diff --git a/.gitignore b/.gitignore index 060b35b..96a99dd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ dist/ npm-debug.log +example.html diff --git a/README.md b/README.md index 71ba34d..b277fc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# manage-system # +# vue-manage-system # 基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。[线上地址](http://blog.gdfengshuo.com/example/work/) [English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md) @@ -31,6 +31,7 @@ - [x] 权限测试 - [x] 404 / 403 - [x] 三级菜单 +- [x] 自定义图标 ## 目录结构介绍 ## @@ -53,6 +54,7 @@ | |-- BaseTable.vue // 基础表格 | |-- DashBoard.vue // 系统首页 | |-- DragList.vue // 拖拽列表组件 + | |-- Icon.vue // 自定义图标组件 | |-- Login.vue // 登录 | |-- Markdown.vue // markdown组件 | |-- Premission.vue // 权限测试组件 diff --git a/README_EN.md b/README_EN.md index fcb2009..11361d0 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -# manage-system # +# vue-manage-system # The web management system solution based on Vue2 and Element-UI。[live demo](http://blog.gdfengshuo.com/example/work/) ## Donation @@ -22,6 +22,8 @@ The scheme as a set of multi-function background frame templates, suitable for m - [x] List drag sort - [x] Permission - [x] 404 / 403 +- [x] Three level menu +- [x] Custom icon ## Directory structure ## diff --git a/index.html b/index.html index 607011e..448640d 100644 --- a/index.html +++ b/index.html @@ -2,23 +2,10 @@
-Tips : 用户名和密码随便填。
+Tips : 用户名和密码随便填。