我可以在不使用 Visual Studio 2015 的情况下为 Windows 开发 Ionic 应用程序吗?
Can I develop an Ionic app for Windows without using Visual Studio 2015?
我希望开发一款可在 Windows 商店中使用并可用于 Xbox、Windows 10 个应用程序和 Windows phone 的应用程序。
我是否需要 Visual Studio 2015 才能使用允许我执行此操作的工具和编译器,或者我是否可以在另一个平台上为 Windows 移动设备创建?
要使用 cordova 创建应用程序的 Windows 版本,您无论如何都需要 visual studio express 2013 或更高版本。
您可以使用 Cordova CLI 通过终端构建 windows 版本,因此您可以编译 运行 而无需打开 Visual Studio.
但是,它没有多大意义,因为使用 Visual Studio 你可以调试和处理插件和其他东西。
更多信息在这里:https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html
我希望开发一款可在 Windows 商店中使用并可用于 Xbox、Windows 10 个应用程序和 Windows phone 的应用程序。
我是否需要 Visual Studio 2015 才能使用允许我执行此操作的工具和编译器,或者我是否可以在另一个平台上为 Windows 移动设备创建?
要使用 cordova 创建应用程序的 Windows 版本,您无论如何都需要 visual studio express 2013 或更高版本。
您可以使用 Cordova CLI 通过终端构建 windows 版本,因此您可以编译 运行 而无需打开 Visual Studio.
但是,它没有多大意义,因为使用 Visual Studio 你可以调试和处理插件和其他东西。
更多信息在这里:https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html