Nodejs
RustDesk API Web
https://github.com/lejianwen/rustdesk-api-web

ljw c7f35f5044 add oauth loginlog & fix bugs 1 year ago
public 364064e5ce first 1 year ago
src c7f35f5044 add oauth loginlog & fix bugs 1 year ago
.env.development 364064e5ce first 1 year ago
.env.production 364064e5ce first 1 year ago
.gitignore 364064e5ce first 1 year ago
LICENSE 364064e5ce first 1 year ago
README.md 3b18b977db up README.md 1 year ago
index.html 364064e5ce first 1 year ago
jsconfig.json 364064e5ce first 1 year ago
package.json 364064e5ce first 1 year ago
vite.config.js 364064e5ce first 1 year ago

README.md

RustDesk API Web

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

<img src="https://img.shields.io/badge/vue-^3.2.16-brightgreen.svg" alt="vue3">

<img src="https://img.shields.io/badge/element--plus-^2.8.2-brightgreen.svg" alt="element-plus">

<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">

安装步骤

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

// 本地开发
npm run dev

// 打包
npm run build