/rustdesk-api-web

Primary LanguageTypeScriptMIT LicenseMIT

RustDesk API Web

基于 Vue3 + Element Plus 的后台, 适用于 RustDesk API

vue3 element-plus license

安装步骤

git clone https://github.com/lejianwen/rustdesk-api-web
cd rustdesk-api-web   
npm install

// 本地开发
npm run dev

// 打包
npm run build