Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nklayman/vue-cli-plugin-electron-builder
Easily Build Your Vue.js App For Desktop With Electron
https://github.com/nklayman/vue-cli-plugin-electron-builder
cli electron electron-builder hacktoberfest vue vue-cli vue-cli-plugin webpack
Last synced: 3 days ago
JSON representation
Easily Build Your Vue.js App For Desktop With Electron
- Host: GitHub
- URL: https://github.com/nklayman/vue-cli-plugin-electron-builder
- Owner: nklayman
- License: mit
- Created: 2018-04-03T16:26:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T14:06:08.000Z (over 1 year ago)
- Last Synced: 2024-12-03T12:05:08.368Z (10 days ago)
- Topics: cli, electron, electron-builder, hacktoberfest, vue, vue-cli, vue-cli-plugin, webpack
- Language: JavaScript
- Homepage: https://nklayman.github.io/vue-cli-plugin-electron-builder/
- Size: 10.7 MB
- Stars: 4,119
- Watchers: 55
- Forks: 278
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - vue-cli-plugin-electron-builder
- awesome-hacking-lists - nklayman/vue-cli-plugin-electron-builder - Easily Build Your Vue.js App For Desktop With Electron (JavaScript)
- awesome - nklayman/vue-cli-plugin-electron-builder - Easily Build Your Vue.js App For Desktop With Electron (JavaScript)
- awesome - nklayman/vue-cli-plugin-electron-builder - Easily Build Your Vue.js App For Desktop With Electron (JavaScript)
README
# Vue CLI Plugin Electron Builder
> Easily Build Your Vue.js App For Desktop With Electron
Build status: [![Build status](https://github.com/nklayman/vue-cli-plugin-electron-builder/workflows/Node%20CI/badge.svg)](https://github.com/nklayman/vue-cli-plugin-electron-builder/actions)
[![Sponsor](./docs/.vuepress/public/sponsorShield.svg)](https://github.com/sponsors/nklayman)
## Top Supporters
| [![Glenn Frank](https://avatars.githubusercontent.com/u/6701567?s=64&v=4)](https://github.com/Glenn-Frank) |
| ---------------------------------------------------------------------------------------------------------- |
| [Glenn Frank](https://github.com/Glenn-Frank) |## Quick Start:
Open a terminal in the directory of your app created with Vue-CLI 3 or 4 (4 is recommended).
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
`vue add electron-builder`
That's It! You're ready to go!
### To start a development server:
If you use [Yarn](https://yarnpkg.com/en/):
`yarn electron:serve`
or if you use NPM:
`npm run electron:serve`
### To build your app:
With Yarn:
`yarn electron:build`
or with NPM:
`npm run electron:build`
To see more documentation, [visit our website](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/guide.html).
## Supporters
| [![Yves Hoppe](https://avatars1.githubusercontent.com/u/897638?s=64&v=4)](https://github.com/yvesh) | [![durairajasivam](https://avatars3.githubusercontent.com/u/6660533?s=64&v=4)](https://github.com/durairajasivam) | [![Alec Armbruster](https://avatars2.githubusercontent.com/u/35377827?s=64)](https://github.com/alectrocute) | [![Tilen Hosnar](https://avatars.githubusercontent.com/u/11992843?s=64)](https://github.com/hosnar) | [![Andrew LeTourneau](https://avatars2.githubusercontent.com/u/2807807?s=64&v=4)](https://github.com/centerorbit) |
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [Yves Hoppe](https://github.com/yvesh) | [durairajasivam](https://github.com/durairajasivam) | [Alec Armbruster](https://github.com/alectrocute) | [Tilen Hosnar](https://github.com/hosnar) | [Andrew LeTourneau](https://github.com/centerorbit) |
| [![Kalila Lakeworth](https://avatars1.githubusercontent.com/u/69767640?s=64)](https://vircadia.com/vision/) | [![Eric Schirtzinger](https://avatars2.githubusercontent.com/u/24927782?s=64)](https://github.com/eschirtz) | [![Karim Hossenbux](https://avatars.githubusercontent.com/u/584224?s=64)](https://github.com/karimhossenbux) | [![Decentralized Justice](https://avatars.githubusercontent.com/u/38048901?s=64)](https://github.com/DecentralizeJustice) |
| [Kalila Lakeworth](https://vircadia.com/vision/) | [Eric Schirtzinger](https://github.com/eschirtz) | [Karim Hossenbux](https://github.com/karimhossenbux) | [Decentralized Justice](https://github.com/DecentralizeJustice) |## Past Supporters
| [](https://github.com/Mary-Tyler-Moore) | [![Mitch Dennet](https://avatars2.githubusercontent.com/u/16268619?s=64&v=4)](https://github.com/mitchdennett) | [![Chris Hayes](https://avatars3.githubusercontent.com/u/6013871?s=64)](https://github.com/Christopher-Hayes) |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [Mary-Tyler-Moore](https://github.com/Mary-Tyler-Moore) | [Mitch Dennet](https://github.com/mitchdennett) | [Chris Hayes](https://github.com/Christopher-Hayes) |