Files
frost-mqtt-client/app/README.md
T
2026-07-19 17:15:00 +08:00

31 lines
271 B
Markdown

# 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
```