-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathTOC.yml
76 lines (76 loc) · 2.74 KB
/
TOC.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
- name: JavaScript and TypeScript
href: index.yml
- name: Overview
items:
- name: JavaScript in Visual Studio
href: javascript-in-visual-studio.md
- name: Quickstarts
items:
- name: First look at the Visual Studio IDE
href: quickstart-ide-orientation-js.md
- name: Create a React app
href: tutorial-create-react-app.md
- name: Create an Angular app
href: tutorial-create-angular-app.md
- name: Create a Vue.js app
href: tutorial-create-vue-app.md
- name: Tutorials
items:
- name: Create a Node.js app with Express
href: tutorial-nodejs.md
- name: Create an ASP.NET Core app with React
href: tutorial-asp-net-core-with-react.md
- name: Create an ASP.NET Core app with Angular
href: tutorial-asp-net-core-with-angular.md
- name: Create an ASP.NET Core app with Vue
href: tutorial-asp-net-core-with-vue.md
- name: Add TypeScript to an ASP.NET Core app
href: tutorial-aspnet-with-typescript.md
- name: How-to Guides
items:
- name: Migrate from Node.js projects
href: migrate-nodejs-projects.md
- name: Editor
items:
- name: Write and edit code
href: write-and-edit-code.md
- name: JavaScript IntelliSense
href: ../ide/javascript-intellisense.md?toc=%252fvisualstudio%252fjavascript%252ftoc.json
- name: Linting
href: linting-javascript.md
- name: Build
items:
- name: Compile TypeScript code using npm
href: compile-typescript-code-npm.md
- name: Compile TypeScript code using NuGet
href: compile-typescript-code-nuget.md
- name: Manage npm packages
href: npm-package-management.md
- name: Develop without projects or solutions ("Open Folder")
href: develop-javascript-code-without-solutions-projects.md
- name: Debug
href: debug-nodejs.md
- name: Unit testing
href: unit-testing-javascript-with-visual-studio.md
- name: Node.js projects (.njsproj)
items:
- name: Create a Node.js app with React
href: tutorial-nodejs-with-react-and-jsx.md
- name: Create a Vue.js app (.njsproj)
href: quickstart-vuejs-with-nodejs.md
- name: Build a Vue.js app (.njsproj)
href: create-application-with-vuejs.md
- name: Publish a Node.js app to Linux App Service
href: publish-nodejs-app-azure.md
- name: Reference
items:
- name: Properties, React, Angular, Vue
href: ../ide/reference/property-pages-javascript-esproj.md?toc=%252fvisualstudio%252fjavascript%252ftoc.json
- name: MSBuild properties for JSPS
href: javascript-project-system-msbuild-reference.md
- name: Resources
items:
- name: package.json configuration
href: configure-packages-with-package-json.md
- name: Visual Studio 2017 and Visual Studio 2019 JavaScript and TypeScript docs repo
href: https://github.com/Microsoft/JSTSdocs