Files
rustdesk-api-web/README.md
T

28 lines
810 B
Markdown
Raw Normal View History

2024-09-13 22:10:08 +08:00
# RustDesk API Web
2026-05-18 11:03:20 +02:00
# An Admin Dashboard built with Vue3 + Element Plus, designed for the [RustDesk API](https://github.com/lejianwen/rustdesk-api).
2024-09-13 16:34:15 +08:00
<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">
2024-09-13 22:10:08 +08:00
<img src="https://img.shields.io/badge/element--plus-^2.8.2-brightgreen.svg" alt="element-plus">
2024-09-13 16:34:15 +08:00
</a>
<a href="https://github.com/lejianwen/Gwen-admin/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
</a>
2026-05-18 11:06:42 +02:00
# Installation Steps
2024-09-13 16:34:15 +08:00
2024-09-13 22:10:08 +08:00
```shell
2026-05-18 11:14:11 +02:00
git clone https://gitea.bsmportal.de/ralfu/rustdesk-api-web
2024-09-13 22:10:08 +08:00
cd rustdesk-api-web
2024-09-13 16:34:15 +08:00
npm install
2026-05-18 11:03:20 +02:00
// Local Development
2024-09-13 16:34:15 +08:00
npm run dev
2026-05-18 11:03:20 +02:00
// Pack
2024-09-13 16:34:15 +08:00
npm run build
2024-09-13 22:10:08 +08:00
```