https://github.com/simulatedgreg/frequency
https://github.com/simulatedgreg/frequency
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simulatedgreg/frequency
- Owner: SimulatedGREG
- License: mit
- Created: 2016-06-18T11:02:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T10:44:17.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T01:49:12.824Z (5 months ago)
- Language: JavaScript
- Size: 2.56 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html)
> The boilerplate for making electron apps built with vue (pretty much what it sounds like).
[](https://github.com/feross/standard)
[](http://forthebadge.com) [](http://forthebadge.com) [](http://forthebadge.com)
## Overview
The aim of this project is to remove the need to setup electron apps using vue. Since vue can take advantage of module loaders like webpack, getting everything to play nicely can be a little tricky.**Check out the documentation [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).**
Things you'll find in this boilerplate...
* Basic project structure
* Ready to use Vue plugins ([vue-electron](https://github.com/SimulatedGREG/vue-electron), [vue-resource](https://github.com/vuejs/vue-resource), [vue-router](https://github.com/vuejs/vue-router), [vuex](https://github.com/vuejs/vuex))
* A working set of the [vue-devtools](https://github.com/vuejs/vue-devtools) for development
* Ability to easily create builds of your electron app using [electron-userland/electron-packager](https://github.com/electron-userland/electron-packager)
* Handy NPM scripts
* Use of webpack and [vue-loader](https://github.com/vuejs/vue-loader) for Hot Module Replacement
* CSS pre-processor support
* ES6 by default
* ESLint (extends 'standard')### Contributing
Wanting to submit a pull request? Make sure to read [this](docs/contributing.md) first.