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

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

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/).