4

Windows 8 PC を入手し、Visual Studio 2013 Pro と Visual Studio 2013 Express をインストールしました。残念ながら、タブレット用のアプリを開発するための Javascript プロジェクトを作成することはできません。さらに何かをインストールする必要がありますか? よろしく、

4

3 に答える 3

5

Visual Studio 2013 Express for Windows (デスクトップではない) しかインストールされていないマシンでも同じ問題が発生しました。コントロール パネルに移動し、プログラムの追加と削除を行い、VS で修復を実行すると修正されました。[新しいプロジェクト] ダイアログに JavaScript Store アプリ テンプレートが一覧表示されるようになりました。

おそらく、質問を重複としてマークして、ここにリダイレクトする必要がありますか?

于 2014-09-10T19:20:49.720 に答える
1

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.

于 2013-12-12T14:20:33.967 に答える
0

「JavaScript - Windows ストア アプリケーション」を開発するには、Windows 8 および Windows 8 用の Visual Studio Express 2012をインストールする必要があります。

ただし、すべての JavaScript テンプレートが欠落している場合は、Microsoft のサイトから次のものをインストールしてみてください。

  • "Microsoft Visual Studio 2013 Update 5"; と
  • 「JavaScript 用 Windows ライブラリの Visual Studio 2013 拡張機能」

これらがインストールされると、JavaScript テンプレートをクリックすると、Visual Studio 内から「Multi-Device Hybrid App Tools」もインストールするように求められる場合があります。

于 2016-02-17T05:27:12.650 に答える