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

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

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