|
|
@@ -1,11 +1,11 @@
|
|
1
|
|
-# Gwen-Admin
|
|
2
|
|
-# 基于 Vue3 + Element Plus 的后台管理系统
|
|
|
1
|
+# RustDesk API Web
|
|
|
2
|
+# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api)
|
|
3
|
3
|
|
|
4
|
4
|
<a href="https://github.com/vuejs/vue-next">
|
|
5
|
5
|
<img src="https://img.shields.io/badge/vue-^3.2.16-brightgreen.svg" alt="vue3">
|
|
6
|
6
|
</a>
|
|
7
|
7
|
<a href="https://github.com/element-plus/element-plus">
|
|
8
|
|
- <img src="https://img.shields.io/badge/element--plus-^1.2.0--beta.1-brightgreen.svg" alt="element-plus">
|
|
|
8
|
+ <img src="https://img.shields.io/badge/element--plus-^2.8.2-brightgreen.svg" alt="element-plus">
|
|
9
|
9
|
</a>
|
|
10
|
10
|
<a href="https://github.com/lejianwen/Gwen-admin/blob/master/LICENSE">
|
|
11
|
11
|
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
|
|
|
@@ -13,9 +13,9 @@
|
|
13
|
13
|
|
|
14
|
14
|
# 安装步骤
|
|
15
|
15
|
|
|
16
|
|
-~~~shell script
|
|
17
|
|
-git clone https://github.com/lejianwen/Gwen-admin.git
|
|
18
|
|
-cd Gwen-admin
|
|
|
16
|
+```shell
|
|
|
17
|
+git clone https://github.com/lejianwen/rustdesk-api-web
|
|
|
18
|
+cd rustdesk-api-web
|
|
19
|
19
|
npm install
|
|
20
|
20
|
|
|
21
|
21
|
// 本地开发
|
|
|
@@ -24,18 +24,4 @@ npm run dev
|
|
24
|
24
|
// 打包
|
|
25
|
25
|
npm run build
|
|
26
|
26
|
|
|
27
|
|
-// 本地预览
|
|
28
|
|
-npm run server
|
|
29
|
|
-~~~
|
|
30
|
|
-
|
|
31
|
|
-## 功能
|
|
32
|
|
-
|
|
33
|
|
-- [x] Element Plus
|
|
34
|
|
-- [x] 登录/注销
|
|
35
|
|
-- [x] 路由权限
|
|
36
|
|
-- [x] Dashboard
|
|
37
|
|
-- [x] 表格
|
|
38
|
|
-- [x] 表单
|
|
39
|
|
-- [x] 图片本地/oss上传
|
|
40
|
|
-- [x] 404
|
|
41
|
|
-- [x] 多级菜单
|
|
|
27
|
+```
|