Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Electron Vue Vite Boilerplate for you next project

Awesome Lists containing this project

README

        



Electron Vue Vite Boilerplate

Based on [electron-vue-template](https://github.com/deluze/electron-vue-template) with adds some additional features.

## Features

### Core
- Electron 16
- Electron store
- Vue 3
- Vite 2
- TypeScript

### Development
- Vue Devtools

### Style
- SCSS

### Code Style
- Eslint
- Commitlint

## Usage

### Development
```bash
yarn
yarn dev
```

### Build
```bash
yarn build
```