Skip to content
/ vitify-electron Public template

:electron: Vite + Vuetify + Electron, Opinionated Starter Template

License

Notifications You must be signed in to change notification settings

kingyue737/vitify-electron

Repository files navigation

Vitify with Electron


🖖 Vite + Vuetify 3 + Electron ⚛️
Opinionated Starter Template

Features

App Starter Template

  • 🪟 Default layout with drawer, header(title bar) and footer (status bar)

  • 🧭 Auto generated navigation drawer and breadcrumbs based on routes

  • 🔔 Notification store

  • 📉 Data visualization with vue-echarts

  • 🎨 Theme color customization and dark mode

  • 📱 Responsive layout

Variations

  • vitify-nuxt - Vuetify 3 with Nuxt 3, the best DX 🔥🔥🔥

  • vitify-next - Lightweight Vue 3 version without Electron

  • vitify-admin - Vite + Vuetify 2, Opinionated Admin Stater Template

Usage

Development

Start a standalone Vue devtools and launch Vite dev server

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated executable and setup.exe in release folder.