Nodejs
RustDesk API Web
https://github.com/lejianwen/rustdesk-api-web
|
|
7 months ago | |
|---|---|---|
| public | 1 year ago | |
| src | 7 months ago | |
| .env.development | 1 year ago | |
| .env.production | 1 year ago | |
| .gitignore | 1 year ago | |
| LICENSE | 1 year ago | |
| README.md | 1 year ago | |
| index.html | 11 months ago | |
| jsconfig.json | 1 year ago | |
| package-lock.json | 10 months ago | |
| package.json | 10 months ago | |
| vite.config.js | 1 year ago |
<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