Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 350 Bytes

File metadata and controls

20 lines (14 loc) · 350 Bytes

Electron-Template

⚡Vite + Electron Template

How to use

# install dependencies
npm install # yarn

# run in developer mode
npm run dev # yarn dev

# build
npm run build # yarn build

# fix
# When "Electron failed to install correctly, please delete node_modules/electron and try installing again" error occurs 
electron-fix start