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

ljw 3b18b977db up README.md лет назад: 2
public 364064e5ce first лет назад: 2
src 83b703e72f fix лет назад: 2
.env.development 364064e5ce first лет назад: 2
.env.production 364064e5ce first лет назад: 2
.gitignore 364064e5ce first лет назад: 2
LICENSE 364064e5ce first лет назад: 2
README.md 3b18b977db up README.md лет назад: 2
index.html 364064e5ce first лет назад: 2
jsconfig.json 364064e5ce first лет назад: 2
package.json 364064e5ce first лет назад: 2
vite.config.js 364064e5ce first лет назад: 2

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