VIsual Studio 2013 - Javascript

I just got a PC with Windows 8 and installed Visual Studio 2013 Pro and Visual Studio 2013 Express. Unfortunately, I cannot create Javascript projects for developing tablet applications. Do I need to install something else? Yours faithfully,

+4
source share
3 answers

I had the same problem on a machine on which only Visual Studio 2013 Express for Windows was installed (and not on the desktop). Switching to the control panel, adding / removing programs and performing repairs on VS fixed it - the JavaScript Store application templates are listed in the New Project dialog box.

Perhaps I should mark my question as duplicate and redirect here?

+5
source

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

By the way, this is for Visual Studio 2013 Pro, I do not have Express installed, so I don’t know if it works there.

+1
source

To develop JavaScript apps for the Windows Store, you need to install Visual Studio Express 2012 for Windows 8 and Windows 8.

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

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

After installing them, you may also be asked to install the "Tiered Hybrid Applications" from Visual Studio when you click on the JavaScript template.

0
source

Source: https://habr.com/ru/post/1501791/


All Articles