将 Meteor JS 应用程序编译到 Windows Phone
Compile MeteorJS app to WindowsPhone
我想将我当前的项目构建到 3 个主要移动平台:iOS、Android 和 Windows Phone 8.
目前我可以将其编译为 iOS 和 Android,但找不到任何有关将其编译为 WindowsPhone 的信息。我听说没有对该平台的支持,但由于 MeteorJS 在 Windows 平台上可用,也许有些事情发生了变化?
如果不能以直接的方式进行,也许有人试图将 MeteorJS 编译为 Node.js,然后再编译为 WindowsPhone 应用程序?
Meteor 不支持 Windows Phone(可能永远不会)。
Windows和WindowsPhone其实是非常不同的操作系统。今后 'Windows Phone' 将被 Windows 10 的移动版取代,它们是非常相似的平台。也许到时候会有支持。
同时,可以为 Windows Phone.
直接构建 PhoneGap/Cordova 应用程序
我想将我当前的项目构建到 3 个主要移动平台:iOS、Android 和 Windows Phone 8.
目前我可以将其编译为 iOS 和 Android,但找不到任何有关将其编译为 WindowsPhone 的信息。我听说没有对该平台的支持,但由于 MeteorJS 在 Windows 平台上可用,也许有些事情发生了变化?
如果不能以直接的方式进行,也许有人试图将 MeteorJS 编译为 Node.js,然后再编译为 WindowsPhone 应用程序?
Meteor 不支持 Windows Phone(可能永远不会)。
Windows和WindowsPhone其实是非常不同的操作系统。今后 'Windows Phone' 将被 Windows 10 的移动版取代,它们是非常相似的平台。也许到时候会有支持。
同时,可以为 Windows Phone.
直接构建 PhoneGap/Cordova 应用程序