https://github.com/jummyliu/vue-cli-plugin-electron-webpack
vue-cli 3 plugin to add electron
https://github.com/jummyliu/vue-cli-plugin-electron-webpack
electron vue
Last synced: 5 months ago
JSON representation
vue-cli 3 plugin to add electron
- Host: GitHub
- URL: https://github.com/jummyliu/vue-cli-plugin-electron-webpack
- Owner: jummyliu
- License: mit
- Created: 2019-06-06T06:09:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T10:22:00.000Z (over 5 years ago)
- Last Synced: 2025-09-19T23:28:51.972Z (9 months ago)
- Topics: electron, vue
- Language: JavaScript
- Size: 17.6 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli-plugin-electron-webpack
Vue CLI plugin for electron `@vue/cli` 3.0
## Update log
2021-02-07 - 1.1.11
- Support electron 11
2020-09-18 - 1.1.10
- Support electron 10
2020-06-12 - 1.1.8
- Support electron 9
2020-03-16 - 1.1.6
- Support electron 8
2019-11-15 - 1.1.5
- Support electron 7
2019-08-08 - 1.1.4
- Support electron 5/6, electron-rebuild, two package.json Structure.
## Installation
$ vue create my-app
$ cd my-app
$ vue add electron-webpack
## Usage
run dev in a terminal
$ npm run dev
run dev in two terminal
bash1:$ npm run serve
bash2:$ npm run dev:main
package vue, run electron dev
$ npm run start
package vue, electron
$ npm run pack
package vue, electron and build
$ npm run builder
## Demo
Here is a [demo](https://github.com/jummyliu/electron-vue-with-elementui-demo) by use element-ui.
## Contributors
Here is a list of [Contributors](https://github.com/jummyliu/vue-cli-plugin-electron-webpack/graphs/contributors)
### TODO
## License
MIT/X11
## Bug Reports
Report [here](https://github.com/jummyliu/vue-cli-plugin-electron-webpack/issues)
## Contact