Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 286 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 286 Bytes

starter-electron-vue

An Electron template 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