Files
rustdesk-api-web/README.md
T

28 lines
776 B
Markdown
Raw Permalink Normal View History

2024-09-13 22:10:08 +08:00
# RustDesk API Web
# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api)
2024-09-13 16:34:15 +08:00
<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">
2024-09-13 22:10:08 +08:00
<img src="https://img.shields.io/badge/element--plus-^2.8.2-brightgreen.svg" alt="element-plus">
2024-09-13 16:34:15 +08:00
</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">
</a>
# 安装步骤
2024-09-13 22:10:08 +08:00
```shell
git clone https://github.com/lejianwen/rustdesk-api-web
cd rustdesk-api-web
2024-09-13 16:34:15 +08:00
npm install
// 本地开发
npm run dev
// 打包
npm run build
2024-09-13 22:10:08 +08:00
```