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

**Is your feature request related to a problem? Please describe.** In developing an app with this plugin, I've noticed that the default development build and the default production build _share...

I've seen a lot of issues related to workers and there is a misunderstanding between the two concepts: Web Workers and worker_threads: one is related to the render process, while...

**Describe the bug** I am building an vue-cli-electron app that uses pm2 and nedb. it is mainly to use pm2 to start external .js script provided the path, and also...

**Is your feature request related to a problem? Please describe.** If Vue uses babel, then browserslist is generated with a generic configuration which is inefficient. **Describe the solution you'd like**...

Bumps [electron](https://github.com/electron/electron) from 13.2.2 to 21.0.1. Release notes Sourced from electron's releases. electron v21.0.1 Release Notes for v21.0.1 Fixes Fixed: If a custom Electron build contains an electron.d.ts file, it...

dependencies
javascript

Bumps [vue](https://github.com/vuejs/core) from 2.6.12 to 3.2.40. Release notes Sourced from vue's releases. v3.2.40 Please refer to CHANGELOG.md for details. v3.2.39 Please refer to CHANGELOG.md for details. v3.2.38 Please refer to...

dependencies
javascript

Hi, **Describe the bug** I can't install plugin electron-builder with vue-cli because i am using node 18 ``` ❯ vue add electron-builder 📦 Installing vue-cli-plugin-electron-builder... yarn add v1.22.19 [1/4] Resolving...

**Describe the bug** 修改了productName之后打出来的包在重装或卸载时,异常地不能检查到正在运行的App,以提示是否用户关闭App **To Reproduce** electron打包之后安装,然后启动,然后: 1. 点击卸载,没有提示是否关闭正在运行的程序,2. 再次覆盖安装,没有提示是否关闭正在运行的程序 **Expected behavior** 当App正在运行中的时候,点击覆盖安装或者点击卸载,能够提示用户是否关闭当前正在运行的程序,当用户点击 "是" 之后才能继续进行覆盖安装或卸载 **Screenshots** If applicable, add screenshots to help explain your problem. **Environment (please complete the following...

**Describe the bug** Class propertiesm, when used in the main process are causing a crash because babel doesn't know how to transpile this. There's an official babel plugin for this...