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** A clear and concise description of what the bug is. I use `unzip(join(__static, "zips/nt_demo_src.zip"), "/Volumes/T7/empty")` unzip an file。works in development mode。 But after I pack, It reported...

Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.8.2 to 1.9.7. Release notes Sourced from @​vuepress/plugin-google-analytics's releases. v1.9.2 TS Support for VuePress Plugin and Theme. Motivation We've announced VuePress 1.9 that takes full TypeScript Support...

dependencies
javascript

building on macOS 12.3 thrown an error. electron-builder need to be updated to 23.0.3. Please refer this [issue](https://github.com/gravitational/webapps/pull/689) .

**Describe the bug** ERROR: You are using an outdated version of NPM. It does not support some core functionalities of Vue CLI. Please upgrade your NPM version. **To Reproduce** ```...

**Describe the bug** After upgrading my Electron version from 13 to 15, in order to fix Node bugs, all V-Bind() functions in CSS no longer work **To Reproduce** Steps to...

**Describe the bug** When going through the package.json file in the github repository, the following is present: ` "dependencies": { "@vue/cli-shared-utils": "^5.0.5", "chokidar": "^3.0.2", "electron-builder": "^23.0.3", "execa": "^5.0.0", "friendly-errors-webpack-plugin": "^1.7.0",...

"vue-cli-plugin-electron-builder": "~2.1.1", "electron": "^13.0.0", "electron-devtools-installer": "^3.1.0", "vue": "2.6.12", node -v // v16.18.0 Target: win32 a old vue management item, use vue add electron-builder and select [email protected], when add finished, run...

**Describe the bug** I think it's caused by killing electron multiple times. Looking at the Bundling log below, it appears that the Bundling process was executed twice. I added a...

like utilityProcess.fork('test.js'), Which directory should this file 'test.js' be placed in to be found. Thanks

**Describe the bug** Literally I can't modify the limitations of heap memory. ``` "dist:build": "cross-env NODE_ENV=production NODE_OPTIONS='--max-old-space-size=8192' electron-builder", "dist:build2": "cross-env NODE_ENV=production NODE_OPTIONS='--max-old-space-size=8192' vue-cli-service electron:build", ``` Attempted to release restrictions using...