https://github.com/3zbumban/electron-vue-start
https://github.com/3zbumban/electron-vue-start
boilerplate electron templ vuejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/3zbumban/electron-vue-start
- Owner: 3zbumban
- Created: 2019-12-10T19:03:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:43:40.000Z (over 3 years ago)
- Last Synced: 2026-03-06T05:04:12.442Z (4 months ago)
- Topics: boilerplate, electron, templ, vuejs
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simpler
## Project setup
```sh
yarn
```
* Compiles and hot-reloads for development
```sh
yarn electron:serve
```
* Compiles and minifies for production
```sh
yarn electron:build
```
* Lints and fixes files, analyse js bundle, generate docs
```sh
yarn lint
yarn analyse
yarn generate-docs
```
See [Configuration Reference](https://cli.vuejs.org/config/).