Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 280 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 280 Bytes

Edumais App

An Electron application with Vue and TypesSript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux