Skip to main content

All Questions

Tagged with
1 vote
1 answer
4k views

How to set application icon in eletron-vue js

I am working with electron-vue js for building cross platform desktop app. I want to set custom icon when i make build file and want to add product name on app. But when i set custom icon, it work ...
Ahsan farooq's user avatar
1 vote
1 answer
1k views

Preload not working/compiled correctly in production (Electron-vue SimulatedGREG)

I have a preload script that is working well in development. I've seen here that I either need to use a static file or webpack. I went with the static approach because my knowledge is zero with the ...
Jaeger's user avatar
  • 1,716
0 votes
1 answer
241 views

I've a project created with VUE CLI and I've installed vue-electron-builder plugin

I've a vue project created with vue cli 3 and I've installed vue-electron-builder plugin to make electron app with vuejs. Now I've an existing electron app and I want to move the files from the ...
Abdulrahman Fawzy's user avatar
2 votes
1 answer
598 views

Using bootstrap-vue components in electron-vue project gives error on data property change

I'm working on a project where I use electron-vue and to make the app look better I use bootstrap-vue. After a lot of debugging, I have found that changing a data property(in the parent component) ...
Gaute Haugen's user avatar