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

##env: system: window 11 nodejs: v16.14.2 npm: 8.6.0 vue: ^3.2.31 ##error report: Installing vue-cli-plugin-electron-builder... npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmmirror.com/@typescript-eslint%2fshared-fixtures - [NOT_FOUND] @typescript-eslint/shared-fixtures not...

**i want to use Adonis Framework inside Electron Vue Plugin but doesn't work** ![2021-07-22_104624](https://user-images.githubusercontent.com/37638323/126620808-0843200c-055a-4788-a98b-17e58e43189e.png) i have called server.js inside background.js to run the server but I get an error ![2021-07-22_105208](https://user-images.githubusercontent.com/37638323/126621187-f582f282-fc2c-4f7b-a3a3-f3024af04eb2.png)...

**Describe the bug** like the title **To Reproduce** Steps to reproduce the behavior: - vue create electron-demo1 - cd electron-demo1 - vue add electron-builder - yarn add [email protected] - edit...

Added a simple video tag that loads a local mp4 file. The seeking is not working in build. Only works on serve.

**Describe the bug** Importing JavaScript Node.js modules does not work from TypeScript main electron file. I report this as bug, but could be a feature request. **To Reproduce** 1. Create...

I used `html-to-image` lib on my application. When I saved html element to file, f.e. png all images don't loaded on production (https://www.screencast.com/t/8byvjIv2HRmD) On "site" version everything looks fine. I...

**Describe the bug** apple removed python 3 support which prevents bundeling the dmg see https://github.com/electron-userland/electron-builder/pull/6617 fixed in electron-builder v23 **To Reproduce** Steps to reproduce the behavior: try building an mac...

# TL;DR; I've managed to run ```electron:serve``` inside a docker with current user (no root file created) and with x11 binding. I don't know where to put this in the...

Vue CLI uses `--mode` argument to set `NODE_ENV` however we do the opposite here. It would be nice to be part of Vue convention, this way users can except similar...