Templates
Electron⚡️Vite provide some out-of-the-box templates, and you can clone they to locally through Git for quick start. 🚀
The biggest advantage they have over the base templates is the Debug integration.
electron-vite-vue
sh
git clone https://github.com/electron-vite/electron-vite-vue.git
cd electron-vite-vue
npm install
npm run dev
electron-vite-react
sh
git clone https://github.com/electron-vite/electron-vite-react.git
cd electron-vite-react
npm install
npm run dev