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** ```console INFO Launching Electron... App threw an error during load ReferenceError: window is not defined ``` **To Reproduce** Steps to reproduce the behavior: ```console ➜ ~ vue...

goroutine 1 [running]: github.com/develar/app-builder/pkg/icons.doConvertIcon(0xc000145340, 0x4, 0x4, 0xc000147a60, 0x2, 0x2, 0x7ffeefbfe979, 0x3, 0x7ffeefbfea03, 0x4d, ...) /Volumes/data/Documents/app-builder/pkg/icons/icon-converter.go:220 +0x10e5 github.com/develar/app-builder/pkg/icons.ConvertIcon(0xc000145240, 0xc000145300, 0xc00021fc08, 0x97) /Volumes/data/Documents/app-builder/pkg/icons/icon-converter.go:56 +0xd6 github.com/develar/app-builder/pkg/icons.ConfigureCommand.func1(0xc0002b83f0, 0x100cee5, 0x181ee80) /Volumes/data/Documents/app-builder/pkg/icons/icon-converter.go:33 +0x7f github.com/alecthomas/kingpin.(*actionMixin).applyActions(0xc000196e58, 0xc0002b83f0, 0x0,...

> Version info: > - vue-cli-plugin-electron-builder: 2.0.0 > - electron: 12.0.0 > > Platform: > - windows 10 I used fs.readFileSync() to load a file in `__static` folder in renderer...

First thing first , thank you for the amazing toolchain, I am fairly new to web technologies and it would be very difficult for me to manually combine all these...

Blank window when serving app. Clean new install of Vue 2 (no router, no veux, etc) with electron builder on fresh Ubuntu 20.4 container **To Reproduce** Parallels 16 for Mac...

Electron Version: 13 vue-cli-plugin-electron-builder: 2.1.1 Node: 14.17.1 Npm version: 6.14 **PowerMonitor not working* I trying to fetch System idle from `powerMonitor.getSystemIdleTime()` but it returns `Cannot read property 'getSystemIdleTime' of undefined`...

**Describe the bug** I am trying to build the app with win 10 with command: npm run electron:build --win by passing the following parameters in vue.config.json: pluginOptions: { electronBuilder: {...

**Describe the bug** Any signal event handlers (`SIGINT`, `SIGTERM`) registered in the main process file (`background.js`) are not executed when canceling the webpack dev server. **To Reproduce** - Download reproduction...

**Describe the bug** A clear and concise description of what the bug is. Automatic upgrade failed.The installation package has been downloaded to the local computer. After starting the upgrade installation...

**Describe the bug** We are testing our Electron with `{ testWithSpectron } from 'vue-cli-plugin-electron-builder'`. The `stopServe` and `done` are called, `Jest` says the test ends, but > Jest did not...