An open API service indexing awesome lists of open source software.

https://github.com/antonreshetov/electron-vue-vite-boilerplate

Electron Vue Vite Boilerplate for you next project
https://github.com/antonreshetov/electron-vue-vite-boilerplate

boilerplate electron vite vitejs vue vue3 vuejs

Last synced: 2 months ago
JSON representation

Electron Vue Vite Boilerplate for you next project

Awesome Lists containing this project

README

          



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
```bash
pnpm install
pnpm dev
```

### Build
```bash
pnpm build
```