Skip to content

antonreshetov/electron-vue-vite-boilerplate

Repository files navigation

Electron Vue Boilerplate

You can use this boilerplate to start your next project with Electron and Vue.

Stack

Core

  • Electron 34
  • Vue 3
  • Vite 6
  • SQLite

Style

  • Tailwind CSS 3

Code Style

  • Eslint
  • Prettier
  • Commitlint

Usage

Development

pnpm install
pnpm dev

Build

pnpm build