我可以在不使用Visual Studio 2015的情况下为Windows开发Ionic应用程序吗?

问题描述:

我希望开发一个可以在Windows应用商店中使用的应用,并使用Xbox,Windows 10应用和Windows手机。

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.

我是否需要Visual Studio 2015年使用工具和编译器允许我这样做,还是可以在另一个平台上为Windows Mobile创建?

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?

使用cordova创建应用程序的Windows版本,无论如何都需要2013年或更高版本的visual studio express。

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

您可以使用Cordova CLI通过终端构建Windows版本,所以你可以在不打开Visual Studio的情况下编译和运行

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

但是,它没有多大意义,因为使用Visual Studio可以调试和关于插件和其他东西的工作。

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

更多信息: https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html