docs: 更新项目说明

This commit is contained in:
2026-07-19 18:11:43 +08:00
parent 611cb0c6d7
commit 974dc89292
2 changed files with 108 additions and 30 deletions

View File

@@ -1,30 +0,0 @@
# frost-mqtt-client
An Electron application with Vue
## Project Setup
### Install
```bash
$ pnpm install
```
### Development
```bash
$ pnpm dev
```
### Build
```bash
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
```