Hi,
Anybody knows how to display the Windows 10 view beside ios and Android when using “ionic serve --lab”?
Thanks
Hi,
Anybody knows how to display the Windows 10 view beside ios and Android when using “ionic serve --lab”?
Thanks
what do you mean by windows 10 view ?
Assuming you want to emulate/build and install the app on windows 10, here are the commands.
In you config.xml
, place the 2 entries below.
in your command prompt:
ionic serve // opens the app in the browser.
ionic emulate windows // emulates the app on windows.
ionic build windows --win [release | debug ] archs=“x86” // builds app for windows in release mode
ionic build windows --phone [release | debug ] archs=“ARM” // builds app for windows mobile in release mode