Nodejs
RustDesk API Web
https://github.com/lejianwen/rustdesk-api-web
|
|
1 year ago | |
|---|---|---|
| public | 1 year ago | |
| src | 1 year 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 | 1 year ago | |
| jsconfig.json | 1 year ago | |
| package.json | 1 year 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-^1.2.0--beta.1-brightgreen.svg" alt="element-plus">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
~~~shell script
git clone https://github.com/lejianwen/Gwen-admin.git
cd Gwen-admin
npm install
// 本地开发 npm run dev
// 打包 npm run build
// 本地预览 npm run server ~~~