# rustdesk-api-web
**Repository Path**: cloudlnk/rustdesk-api-web
## Basic Information
- **Project Name**: rustdesk-api-web
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-12-09
- **Last Updated**: 2025-12-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# RustDesk API Web
# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api)
# 安装步骤
```shell
git clone https://github.com/lejianwen/rustdesk-api-web
cd rustdesk-api-web
npm install
// 本地开发
npm run dev
// 打包
npm run build
```