Files
2026-05-18 11:19:17 +02:00

28 lines
808 B
Markdown

# RustDesk API Web
# An Admin Dashboard built with Vue3 + Element Plus, designed for the [RustDesk API](https://github.com/lejianwen/rustdesk-api).
<a href="https://github.com/vuejs/vue-next">
<img src="https://img.shields.io/badge/vue-^3.2.16-brightgreen.svg" alt="vue3">
</a>
<a href="https://github.com/element-plus/element-plus">
<img src="https://img.shields.io/badge/element--plus-^2.8.2-brightgreen.svg" alt="element-plus">
</a>
<a href="https://gitea.bsmportal.de/ralfu/rustdesk-api-web/LICENSE">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
</a>
# Installation Steps
```shell
git clone https://gitea.bsmportal.de/ralfu/rustdesk-api-web
cd rustdesk-api-web
npm install
// Local Development
npm run dev
// Pack
npm run build
```