-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathindex.yml
83 lines (77 loc) · 3.21 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
### YamlMime:Landing
title: Visual Studio tutorials | JavaScript and TypeScript # < 60 chars
summary: Create JavaScript and TypeScript apps with Visual Studio # < 160 chars
metadata:
title: JavaScript and TypeScript in Visual Studio # Required; page title displayed in search results. Include the brand. < 60 chars.
description: Learn how to use Visual Studio to create JavaScript and TypeScript apps.
ms.topic: landing-page
ms.technology: vs-javascript
author: mikejo5000
ms.author: mikejo
manager: jmartens
ms.date: 10/15/2019
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: Get started
linkLists:
- linkListType: overview
links:
- text: JavaScript and TypeScript in Visual Studio
url: javascript-in-vs-2022.md
- linkListType: how-to-guide
links:
- text: Install Visual Studio
url: ../install/install-visual-studio.md
- linkListType: get-started
links:
- text: Start a guided tour
url: quickstart-ide-orientation-js.md
# Card (optional)
- title: Create JavaScript and TypeScript apps
linkLists:
- linkListType: quickstart
links:
- text: Create an Angular App
url: tutorial-create-angular-app.md
- text: Create a React App
url: tutorial-create-react-app.md
- text: Create a Vue App
url: tutorial-create-vue-app.md
- text: Create a web app with Node.js and Vue.js
url: quickstart-vuejs-with-nodejs.md
- linkListType: tutorial
links:
- text: Create a web app with Angular and ASP.NET Core
url: tutorial-asp-net-core-with-angular.md
- text: Create a web app with React and ASP.NET Core
url: tutorial-asp-net-core-with-react.md
- text: Create a web app with Node.js and Express
url: tutorial-nodejs.md
- text: Create a web app with Node.js and React
url: tutorial-nodejs-with-react-and-jsx.md
- text: Create an ASP.NET Core app with TypeScript
url: tutorial-aspnet-with-typescript.md
# Card
- title: Learn Visual Studio
linkLists:
- linkListType: how-to-guide
links:
- text: Write and edit code
url: write-and-edit-code.md
- text: Compile TypeScript code using tsc
url: compile-typescript-code-npm.md
- text: Compile TypeScript code using NuGet
url: compile-typescript-code-nuget.md
- text: Manage npm packages
url: npm-package-management.md
- text: Use the Node.js interactive REPL
url: nodejs-interactive-repl.md
- text: Debug your code
url: debug-nodejs.md
- text: Develop code without projects or solutions
url: develop-javascript-code-without-solutions-projects.md
- text: Write and run unit tests
url: unit-testing-javascript-with-visual-studio.md