Electron: How to open new BrowserWindow with specific route (module)?
-
I have an electron app and want to open a new Browserwindow with a specif quasar - module (route) within. I know that this will be a second vue app for its own and this is fine because i need a new process there.
I found this solution:
[https://forum.quasar-framework.org/topic/6548/how-to-open-a-specific-route-in-an-electron-browserwindow](link url)
but i don’t get it how it works (I do not understand how to bring openUrl and “to” attribute together to open a window with specifc route).