BS_APP_GUI/README.md
2025-12-29 10:12:09 +08:00

613 B

electron_oh_bs

An Electron application with Vue and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux