Files
frost-mqtt-client/app/README.md
T

31 lines
271 B
Markdown
Raw Normal View History

2026-07-15 21:06:19 +08:00
# 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
```