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

271 B

frost-mqtt-client

An Electron application with Vue

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux