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

Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.1 to 6.1.0. Release notes Sourced from execa's releases. v6.1.0 Support AbortController (#490) c6e791a Allow cwd and localDir options to be URLs (#492) 93ab929 https://github.com/sindresorhus/execa/compare/v6.0.0...v6.1.0 v6.0.0 Breaking...

dependencies
javascript

Hi Guys... I have developed a simple PowerBI custom visual. I made it using Vue + TS. It has only one simple Vue template to display the text "Hello World"....

Hi. A while back after packaging app assets didn't load on production so I fixed that issue by disabling `standard` privileges on `app` scheme (according to this answer: https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/1684#issuecomment-1078832059 Now...

**Describe the bug** The `3.0.0-alpha.4` release on npm is missing the MIME mapping between the `.wasm` extension and the `application/wasm` MIME type in `createProtocol.js`. Unfortunately I can't make a PR...

**Describe the bug** When packaging, the value passed in by the url () function in css points to the wrong path. **To Reproduce** The reproduction operation is very simple. I...

Hello, I need to add a file like env in vue js, where we can set or change base url's and other config things for application level after build. Thanks

**Describe the bug** the following error would rise when `yarn build` if `externals` being removed: ~~~ ERROR Failed to compile with 1 error17:23:27 error in ./node_modules/react-screenshots/dist/index.html Module parse failed: Unexpected...

**Describe the bug** Raspberry Pi 5 utilising Raspberry Pi OS (64-bit) does not launch electron windows. When performing vue-cli-service electron:serve, command window states "launching electron..." and "Done". There is no...

Socket.io is not working after packing by using "yarn electron: builld". However, the function is normal in development mode "yarn electron: serve". And normal for yarn server or yarn build....

@nklayman I know this plugin is deprecated (and so is Vue Cli), but we're kind of locked into it for now, but we're still looking to improve our app. Quick...