# RustDesk API Web # 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api) vue3 element-plus license # 安装步骤 ```shell git clone https://github.com/lejianwen/rustdesk-api-web cd rustdesk-api-web npm install // 本地开发 npm run dev // 打包 npm run build ```