How do you make a new browser window?
david-saint opened this issue · 3 comments
david-saint commented
Hi,
Thanks for this project, it's a life saver
I am working with electron-vue and I want to open a new browser window on click of a button but I'm not sure how to go about it.
Splode commented
The better place to have this question answered is by the official Electron API documentation. Specifically, you'll want to look at the BrowserWindow
, ipcMain
and ipcRenderer
modules.
Piterden commented
new BrowserWindow(options)
Isn't it?
SimulatedGREG commented
This is not a direct issue, and I will be closing. Please know that the presence of electron
doesn't change how Vue.js is used. This is a question better suited for official documentation or respective communities.
electron
vue