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