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
- Host: GitHub
- URL: https://github.com/antonreshetov/electron-vue-vite-boilerplate
- Owner: antonreshetov
- License: mit
- Created: 2021-11-20T03:03:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T05:23:46.000Z (8 months ago)
- Last Synced: 2025-05-07T03:44:35.047Z (5 months ago)
- Topics: boilerplate, electron, vite, vitejs, vue, vue3, vuejs
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 35
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```