Can I develop an Ionic app for Windows without usi

2019-09-13 02:38发布

I am looking to develop an app that can be available in the Windows Store and be used Xbox, Windows 10 apps and Windows phone.

Do I need Visual Studio 2015 to use the tools and compiler to allow me to do this or can I create for Windows mobile on another platform?

1条回答
我想做一个坏孩纸
2楼-- · 2019-09-13 03:18

To create the Windows version of your App using cordova, you will need visual studio express 2013 or higher anyaway.

You can build the windows version by the terminal using Cordova CLI, so you are able to compile and run without open Visual Studio.

But, it does not make much sense because with Visual Studio you can debug and work on plugins and other stuffs.

More info here: https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html

查看更多
登录 后发表回答