0.1.11 • Published 3 years ago

create-vite-electron-fun v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Scaffolding Your First Vite Electron Pojrect

Use Typescript and Vite to quickly build your Electron project

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

Templates:

  • 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!!

0.1.10

3 years ago

0.1.11

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago