28 lines
800 B
Markdown
28 lines
800 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://github.com/lejianwen/Gwen-admin/blob/master/LICENSE">
|
|
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
|
|
</a>
|
|
|
|
# 安装步骤
|
|
|
|
```shell
|
|
git clone https://github.com/lejianwen/rustdesk-api-web
|
|
cd rustdesk-api-web
|
|
npm install
|
|
|
|
// Local Development
|
|
npm run dev
|
|
|
|
// Pack
|
|
npm run build
|
|
|
|
```
|