ExamAware2-Desktop/README.md
2025-02-01 20:01:41 +08:00

726 B

examaware2-desktop

An Electron application with Vue and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux