需要帮助开始使用 cordova windows phone 10 应用程序

need help to getting started with cordova windows phone 10 application

我是 cordova 开发者。我在 windows phone 8 和 windows phone 8.1.

做了申请

但现在 windows phone 升级到 10 后,我需要让我的应用程序也与 windows phone 10 兼容。

但我在 cordova 文档中找不到制作 windows phone 10 应用程序的任何文档。

有人可以帮忙吗?

提前致谢。

Adding Windows 10 support to your app is as easy as setting your Windows target platform version to 10.0 (config.xml):

<preference name="windows-target-version" value="10.0" />
<preference name="windows-phone-target-version" value="10.0" />

Cordova for Windows 10 docs

Visual Studio Tools For Apache Cordova-way