Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Electron Vue Vite Boilerplate for you next project
- Host: GitHub
- URL: https://github.com/antonreshetov/electron-vue-vite-boilerplate
- Owner: antonreshetov
- License: mit
- Created: 2021-11-20T03:03:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T02:00:27.000Z (about 3 years ago)
- Last Synced: 2024-11-02T07:23:16.341Z (about 2 months ago)
- Topics: boilerplate, electron, vite, vitejs, vue, vue3, vuejs
- Language: TypeScript
- Homepage:
- Size: 208 KB
- Stars: 34
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```