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

**Describe the bug** I am developing an application that includes the material-icons icon library. In development mode the icons are interpreted correctly. But once build there is likely to be...

Bumps [electron](https://github.com/electron/electron) from 13.2.2 to 20.0.2. Release notes Sourced from electron's releases. electron v20.0.2 Release Notes for v20.0.2 Fixes Fixed an issue where app.relaunch loses args when execPath is specified....

dependencies
javascript

**Describe the bug** Can't build main process with class. **To Reproduce** Create a ts file with a class in it. import the class in background.ts ```ts abstract class MainServiceBase {...

I am making an app which will store data as offline using sqlite3 database with sequelize plugin. In sequelize all model is class based so I have to work with...

I am using this plugin for a long time.. currently i facing issue for loading dynamic image file from public path after build.

``` windows 10 node v16.14.0 yarn v1.22.18 vue-cli-plugin-electron-builder v2.1.1 ``` When "yarn electron:serve" is executed in the above environment, the following error message is displayed. ``` INFO Launching Electron... App...

Ok, I am losing my mind on this one. xD My problem, it seems, that the `background.ts` file is not even being compiled to the `dist_electron/bundled` folder. `Serve` works fine......

I've recently seen a handful of security related suggestions such as https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/733#issuecomment-623763139 and https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/610#issuecomment-618901558. With [v2.0 of this plugin](https://github.com/nklayman/vue-cli-plugin-electron-builder/releases/tag/v2.0.0-beta.0) I'd like to make it much more secure by default. I've...

I need to implement audio selector with a few different sounds that user can then select. On development it works fine, but when I package app, I am getting this...

The `got` package before 11.8.5 and 12.1.0 for Node.js allows a redirect to a UNIX socket. Dependency chain: `vue-cli-plugin-electron-builder => electron-builder => update-notifier => latest-version => package-json => got`.