where are the JS files in Visual Studio 11 Ultimate when we create Metro apps using JavaScript

前端 未结 1 1803
庸人自扰
庸人自扰 2020-12-22 10:55

I have Visual Studio 11 Ultimate and I am trying to develop sample application in Metro style using JavaScript.

My problem is in every example that I am getting in i

相关标签:
1条回答
  • 2020-12-22 11:31

    The samples you were looking at are obsoleted when they updated their WinJS library from Developer Preview to later version. They move all their javascript library into 2 files, base.js and ui.js, but the samples were still referring to the old WinJS library.

    As it is now Consumer Preview, you should probably look at http://code.msdn.microsoft.com/windowsapps/Windows-8-Modern-Style-App-Samples

    0 讨论(0)
提交回复
热议问题