I have created a nuxt.js app which I have integrated with electron.js. So far, I only have one BrowserWindow, which is the main window of the application and I'm able to perform page routing in this window like I would in a normal nuxt web application. But I want to create a second application window and I'm not sure how to load a .vue file with the BrowserWindow instance. Any help would be much appreciated.