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
- Host: GitHub
- URL: https://github.com/bafs/vue-electron-boilerplate
- Owner: BafS
- Created: 2016-04-17T20:55:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T20:55:51.000Z (about 10 years ago)
- Last Synced: 2026-03-13T04:51:12.611Z (3 months ago)
- Topics: boilerplate, vuejs, vuex
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).