Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 440 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 440 Bytes

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