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

lejianwen fe2626f6cb feat: Update package 5 months ago
public 96f93cc071 up logo 1 year ago
src 4be05adb0c feat: 优化oauth设置页面 (#22) 5 months ago
.env.development 364064e5ce first 1 year ago
.env.production 364064e5ce first 1 year ago
.gitignore ee83b739f2 add package-lock.json 1 year ago
LICENSE 364064e5ce first 1 year ago
README.md 3b18b977db up README.md 1 year ago
index.html 9b2af8794a feat: Update HTML language, improve SCSS font settings, and enhance Russian translations (#16) 7 months ago
jsconfig.json 364064e5ce first 1 year ago
package-lock.json fe2626f6cb feat: Update package 5 months ago
package.json fe2626f6cb feat: Update package 5 months ago
vite.config.js bf98a51285 add share to guest by web client 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