1.3.2 โข Published 3 years ago
electron-tuto v1.3.2
๐ Features
- Based on vite-tuto boilerplate.
- Latest Electron version (v20.x).
๐ Install
Deploy for distribution (macOS Intel/Silicon)
npm run electron:build
Run dev browser
npm install
npm run build
npm run serve
Run dev as program
npm install
npm run electron:serve
๐งช Unit tests
npm run test