up README.md

This commit is contained in:
ljw
2024-09-13 22:10:08 +08:00
parent 83b703e72f
commit 3b18b977db
+7 -21
View File
@@ -1,11 +1,11 @@
# Gwen-Admin
# 基于 Vue3 + Element Plus 的后台管理系统
# RustDesk API Web
# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api)
<a href="https://github.com/vuejs/vue-next">
<img src="https://img.shields.io/badge/vue-^3.2.16-brightgreen.svg" alt="vue3">
</a>
<a href="https://github.com/element-plus/element-plus">
<img src="https://img.shields.io/badge/element--plus-^1.2.0--beta.1-brightgreen.svg" alt="element-plus">
<img src="https://img.shields.io/badge/element--plus-^2.8.2-brightgreen.svg" alt="element-plus">
</a>
<a href="https://github.com/lejianwen/Gwen-admin/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
@@ -13,9 +13,9 @@
# 安装步骤
~~~shell script
git clone https://github.com/lejianwen/Gwen-admin.git
cd Gwen-admin
```shell
git clone https://github.com/lejianwen/rustdesk-api-web
cd rustdesk-api-web
npm install
// 本地开发
@@ -24,18 +24,4 @@ npm run dev
// 打包
npm run build
// 本地预览
npm run server
~~~
## 功能
- [x] Element Plus
- [x] 登录/注销
- [x] 路由权限
- [x] Dashboard
- [x] 表格
- [x] 表单
- [x] 图片本地/oss上传
- [x] 404
- [x] 多级菜单
```