Startup template based on electron-vite plugin
-
🎨 UnoCSS - the instant on-demand atomic CSS engine
-
🔥 Use the new
<script setup>syntax -
📥 APIs auto importing - use Composition API and others directly
-
🦾 TypeScript, of course
Requires Node >=18
Create a repo from this template on GitHub.
bun install # or pnpm install bun dev # or pnpm dev To build the App, run
bun build:mac # or pnpm build:mac
bun build:win # or pnpm build:win
bun build:linux # or pnpm build:linux