electron-vue
electron-vue copied to clipboard
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
How to use it for vue3.x

How can I use autoUpdater in development env. It's getting below error  My node version is 14. x "electron-updater": "^4.3.9", "electron-builder": "^20.19.2", I need quick help, thank you for...
Hello, I have separated staging and production environments so I define custom system env for our electron-vue application. And I create a build script in package.json and try to use...
#### Found an issue or bug with electron-vue? Tell me all about it! Questions regarding how to use `electron` or `vue` are likely to be closed as they are not...
Seems the author is not maintaining this project since 2018. What a pity! I just now sent an email to ask him for this. I will keep it updated when...
There is of course no easy way to update all of this. I do not recommend using this tool until it is fixed. 
#### Found an issue or bug with electron-vue? Tell me all about it! Questions regarding how to use `electron` or `vue` are likely to be closed as they are not...
##### Describe the issue / bug. Related to #1101 Python2 being EOL, the version of node-sass in the generated package.json can not be installed (See node-sass#2716) I found that bumping...
I've configured preload.js,but it doesn't work new BrowserWindow({ resizable:true,//unable scale alwaysOnTop:true, fullscreen:true, acceptFirstMouse:true, autoHideMenuBar:true, frame:false, titleBarStyle:'hidden', webPreferences:{ nodeIntegration:true, nodeIntegrationInWorker:true, devTools:true, preload:require('path').join(__dirname, 'preload.js') } }) ##### Tell me about your development...