vite 2
vue 3
electron 12
clone the repo via git and install dependencies:
git clone --depth 1 --single-branch https://github.com/hocili/vite-electron-typescript-template.git your-project-name
cd your-project-name
yarn
Start the app in the dev
environment:
yarn dev
yarn electron:dev
To package apps for the local platform:
yarn electron:build