Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 240 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 240 Bytes

Electron Skeleton

Based on electron-forge init electron-skeleton --template vue with a couple small modifications to support TypeScript by default.

  1. brew install yarn
  2. yarn install
  3. ./node_modules/.bin/tsc
  4. yarn start