The files in the template are modified on the basis of cawa-93/vite-electron-builder. The React/Preact/Svelte/Lit/Vanilla project template is added to the original basis of vite-electron-builder
- Svelte
- React
- Preact
- Vue
- Lit
- Vanilla
# pnpm
pnpm dlx create-vite-electron-fun
cd <project-name>
# In Browser
pnpm serve
# In Electron
pnpm dev
# yarn
yarn create vite-electron-fun
cd <project-name>
# In Browser
yarn serve
# In Electron
yarn dev
# npx
npx create-vite-electron-fun
cd <project-name>
# In Browser
npm serve
# In Electron
npm dev
🥳🥳🥳🥳 Happy Coding!!