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

https://github.com/bafs/vue-electron-boilerplate

A Vue, Vuex, ES6, Electron Boilerplate with Hot loading
https://github.com/bafs/vue-electron-boilerplate

boilerplate vuejs vuex

Last synced: 26 days ago
JSON representation

A Vue, Vuex, ES6, Electron Boilerplate with Hot loading

Awesome Lists containing this project

README

          

# Vue Electron Boilerplate (alpha)

> A Vue, Vuex, ES6, Electron Boilerplate with Hot loading based on [vue-webpack-boilerplate](https://github.com/vuejs-templates/webpack)

## Dev Setup

``` bash
# install dependencies
npm install

# serve with hot reload
# and start electron
# (run *both*)
npm run dev:server
npm run dev:electron
```

## Build Setup

```
# build for production with minification
npm run build
```

- To package your application check [electron-packager](https://github.com/electron-userland/electron-packager).