vue-cli-plugin-electron-builder icon indicating copy to clipboard operation
vue-cli-plugin-electron-builder copied to clipboard

Easily Build Your Vue.js App For Desktop With Electron

Results 111 vue-cli-plugin-electron-builder issues
Sort by recently updated
recently updated
newest added

Tested using - `export NODE_ENV=test & npm run electron:build -- --publish never` - `vue-cli-service electron:build "--publish" "never" "--mode" "test"` Both fails with: ```txt ERROR WebpackOptionsValidationError: Invalid configuration object. Webpack has...

**Describe the bug** The experimental check to get the webpack externals doesn't work. This has never been tested in CI, but this experimental check has become default in V3. As...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

**Describe the bug** I'm trying to use firebase firestore with `background.js` but keep getting error saying `fetch is not defined`. The firebase js SDK is supposed to work in both...

**Describe the bug** The auto-generated `electron.spec.js` returns an error as follows: ```sh Summary of all failing tests FAIL tests/unit/electron.spec.js (53.491s) ● Window Loads Properly : Timeout - Async callback was...

With the recent [Vue 3 default announcement](https://blog.vuejs.org/posts/vue-3-as-the-new-default.html), there was also the announcement that create-vue will replace vue-cli. vue-cli's README now reflects this sentiment: > Status > Vue CLI is now...

**Describe the bug** The template for `background.js` uses `await win.loadURL(process.env.WEBPACK_DEV_SERVER_URL)` to load the vue server in development. For some reason this prevents the `dom-ready`, `did-finish-load`, `ready-to-show` events in the main...

I have been using this package for about 3 weeks. I have been frustrated with building my vue project when trying to diagnose issues when building the executable. I just...

If these already exist then please ignore. I've been looking for high quality examples to move beyond the basic set up. Searching the internet there are many examples that look...