I have installed Update 2 for Visual Studio 2013, but in the project list I don't say as create project for iOS/Android with Cordova. Operating system used are Windows 7 Ultimate.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
To build Multi device hybrid (Cordova tooling) apps with Visual Studio, you need:
- Windows 8.1
- Visual Studio 2013 Update 2 - Professional, Ultimate, or Premium
Install the Multi-Device Hybrid Apps extension from the download page
You should ensure you also have: Tools for Maintaining Store apps for Windows 8 Windows Phone8.0 SDK
You can add these by going to "Program and Features", selecting Visual Studio 2013 and clicking "Change", then "Modify" and then check the missing ones.
*Taken from the official documentation (link)
回答2:
You also need to install the Cordova integration for Visual Studio.
You can download it from here: http://msdn.microsoft.com/en-us/vstudio/dn722381
after that is installed, you get "Blank App (Apache Cordova)" for JavaScript and a similar one for TypeScript.