Skip to content
On this page

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 提供了一些开箱即用的模板,你可以通过 Git 克隆它们到本地快速开始。🚀

相比于基础模板,它们最大的优势是集成了 Debug。

Debug

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