admin管理员组

文章数量:1323737

I just got a Windows 8 PC and installed Visual Studio 2013 Pro and Visual Studio 2013 Express. Unfortunately I am not able to create Javascript projects to develop apps for tablets. Do I need to install something more? Regards,

I just got a Windows 8 PC and installed Visual Studio 2013 Pro and Visual Studio 2013 Express. Unfortunately I am not able to create Javascript projects to develop apps for tablets. Do I need to install something more? Regards,

Share Improve this question edited Apr 19, 2015 at 13:45 Roan 1,2062 gold badges20 silver badges33 bronze badges asked Sep 12, 2013 at 8:02 kussbergkussberg 5591 gold badge8 silver badges19 bronze badges 2
  • Strange.. I am not sure about this Is it fine for C# & other templates.? – Kumar Commented Sep 12, 2013 at 8:35
  • There is written, that it is also possible and screenshots. But somehow it doesn't apper in Visual Studio 2013... Btw there are also samples of JS Code )) – kussberg Commented Sep 12, 2013 at 12:31
Add a ment  | 

3 Answers 3

Reset to default 5

I had the same problem on a machine that only had Visual Studio 2013 Express for Windows (not desktop) installed. Going to Control Panel, Add/Remove Programs and running a repair on VS fixed it - the New Project dialog now lists JavaScript Store App templates.

Possibly I should mark my question as a dup and redirect here?

The JavaScript templates are not installed by default. If you open the New Project dialog, you'll see a link Click here to go online and find templates. Click this link and you'll see all the other templates you can install. The JavaScript ones are in the Samples section. I assume that by tablet apps you mean Windows Store apps, so open that section and take your pick.

BTW, this is for Visual Studio 2013 Pro, I haven't got the Express version installed so I don't know if it works there.

To develop 'JavaScript - Windows Store applications' Visual Studio Express 2012 for Windows 8 and Windows 8 must be installed.

However, if all JavaScript templates are missing try installing the following from the from Microsoft site.

  • "Microsoft Visual Studio 2013 Update 5"; and
  • "Visual Studio 2013 Extensions for the Windows Library for JavaScript"

Once these are installed you may be prompted to also install 'Multi-Device Hybrid App Tools' from within Visual Studio when clicking on a JavaScript template.

本文标签: windowsVIsual Studio 2013JavascriptStack Overflow