electron-serve icon indicating copy to clipboard operation
electron-serve copied to clipboard

Create a new BrowserWindow in the Nuxt app.

Open prince381 opened this issue 3 years ago • 0 comments

I have created a nuxt.js and electron app which uses electron-serve 's loadURL method to load a page into the BrowserWindow. 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 use the loadURL to load a page into the secondary window since any page you create in nuxt have a ".vue" extension.

prince381 avatar Sep 27 '21 16:09 prince381