Skip to content

Commit 5147e4c

Browse files
Merge pull request #6502 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-24 05:00 UTC
2 parents ad6e675 + a334f4b commit 5147e4c

20 files changed

Lines changed: 283 additions & 1141 deletions

.openpublishing.redirection.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"redirect_url": "/previous-versions/windows/uwp/contacts-and-calendar/contact-card",
4141
"redirect_document_id": false
4242
},
43-
{
43+
{
4444
"source_path": "hub/apps/design/devices/designing-for-tv.md",
4545
"redirect_url": "/previous-versions/windows/uwp/xbox-apps/designing-for-tv",
4646
"redirect_document_id": false
@@ -125,7 +125,7 @@
125125
"redirect_url": "/previous-versions/windows/app-dev/how-tos/uno-multiplatform",
126126
"redirect_document_id": false
127127
},
128-
{
128+
{
129129
"source_path": "hub/apps/whats-new/windows-11-build-22000.md",
130130
"redirect_url": "/windows/apps/whats-new/whats-new-for-developers",
131131
"redirect_document_id": false
@@ -165,7 +165,7 @@
165165
"redirect_url": "/previous-versions/windows/uwp/enterprise/customer-database-tutorial",
166166
"redirect_document_id": false
167167
},
168-
{
168+
{
169169
"source_path": "hub/apps/get-started/sign-up.md",
170170
"redirect_url": "/windows/apps/publish/partner-center/open-a-developer-account",
171171
"redirect_document_id": false
@@ -10534,7 +10534,7 @@
1053410534
"source_path": "hub/apps/how-tos/hello-world-winui3.md",
1053510535
"redirect_url": "/windows/apps/get-started/start-here",
1053610536
"redirect_document_id": false
10537-
},
10537+
},
1053810538
{
1053910539
"source_path": "hub/apps/winui/index.md",
1054010540
"redirect_url": "/windows/apps/winui/winui3/",
@@ -10863,7 +10863,7 @@
1086310863
{
1086410864
"source_path": "hub/apps/winui/winui3/xaml-templated-controls-csharp-winui-3.md",
1086510865
"redirect_url": "/windows/apps/winui/winui3/xaml-templated-controls-winui-3",
10866-
"redirect_document_id": false
10866+
"redirect_document_id": false
1086710867
},
1086810868
{
1086910869
"source_path": "hub/apps/develop/input/gamepad-and-remote-interactions.md",
@@ -11000,7 +11000,7 @@
1100011000
"redirect_url": "/windows/apps/develop/notifications/app-notifications/",
1100111001
"redirect_document_id": false
1100211002
},
11003-
{
11003+
{
1100411004
"source_path": "hub/apps/publish/nrt-in-analytics.md",
1100511005
"redirect_url": "/windows/apps/publish/recent-data-acquisitions-reports",
1100611006
"redirect_document_id": false
@@ -11278,6 +11278,22 @@
1127811278
{
1127911279
"source_path": "hub/apps/performance/winui-perf.md",
1128011280
"redirect_url": "/windows/apps/develop/performance/winui-perf",
11281+
"redirect_document_id": false
11282+
},
11283+
{
11284+
"source_path": "hub/dev-environment/javascript/nodejs-beginners-tutorial.md",
11285+
"redirect_url": "/windows/dev-environment/javascript/nodejs-on-windows",
11286+
"redirect_document_id": false
11287+
},
11288+
{
11289+
"source_path": "hub/dev-environment/javascript/vue-beginners-tutorial.md",
11290+
"redirect_url": "https://vuejs.org/tutorial/",
11291+
"redirect_document_id": false
11292+
},
11293+
{
11294+
"source_path": "hub/dev-environment/javascript/nuxtjs-on-wsl.md",
11295+
"redirect_url": "https://nuxt.com/docs",
11296+
1128111297
"redirect_document_id": false
1128211298
}
1128311299
]

hub/dev-environment/javascript/gatsby-on-wsl.md

Lines changed: 0 additions & 63 deletions
This file was deleted.
Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +0,0 @@
1-
---
2-
title: Install JavaScript frameworks on Windows
3-
description: A guide to help you get started with JavaScript frameworks on Windows, including Node.js, React.js, Vue.js, Next.js, Nuxt.js, or Gatsby.
4-
ms.topic: install-set-up-deploy
5-
keywords: Node.js, NodeJS, next.js, nuxt.js, gatsby, react, vue, windows, install, wsl, Set up windows, Dev Environment
6-
ms.localizationpriority: medium
7-
ms.date: 06/04/2021
8-
adobe-target: true
9-
---
10-
11-
# Install JavaScript frameworks on Windows
12-
13-
This guide will help you get started using JavaScript frameworks on Windows, including Node.js, React.js, Vue.js, Next.js, Nuxt.js, or Gatsby.
14-
15-
## Choose a JavaScript framework to install and set up your dev environment
16-
17-
:::row:::
18-
:::column:::
19-
[![NodeJS icon](../../images/nodejs-logo.png)](./nodejs-overview.md)<br>
20-
**[Node.js overview](./nodejs-overview.md)**<br>
21-
Learn about what you can do with Node.js and how to set up a Node.js development environment.
22-
- [Install on Windows](./nodejs-on-windows.md)
23-
- [Install on WSL](./nodejs-on-wsl.md)
24-
- [Try a beginner-level tutorial](./nodejs-beginners-tutorial.md)
25-
:::column-end:::
26-
:::column:::
27-
[![React icon](../../images/react-logo.png)](./react-overview.md)<br>
28-
**[React overview](./react-overview.md)**<br>
29-
Learn about what you can do with React and how to set up a React development environment.
30-
- [Install on Windows for building web apps](./react-on-windows.md)
31-
- [Install on WSL for building web apps](./react-on-wsl.md)
32-
- [Install on Windows for building desktop apps](./react-native-for-windows.md)
33-
- [Install on Windows for building Android mobile apps](./react-native-for-android.md)
34-
- [Try a beginner-level tutorial](./react-beginners-tutorial.md)
35-
:::column-end:::
36-
:::column:::
37-
[![Vue icon](../../images/vue-logo.png)](./vue-overview.md)<br>
38-
**[Vue.js overview](./vue-overview.md)**<br>
39-
Learn about what you can do with Vue.js and how to set up a Vue.js development environment.
40-
- [Install on Windows](./vue-on-windows.md)
41-
- [Install on WSL](./vue-on-wsl.md)
42-
- [Try a beginner-level tutorial](./vue-beginners-tutorial.md)
43-
:::column-end:::
44-
:::row-end:::
45-
46-
:::row:::
47-
:::column:::
48-
[![NextJS icon](../../images/nextjs-logo.png)](./nextjs-on-wsl.md)<br>
49-
**[Install Next.js on WSL](./nextjs-on-wsl.md)**<br>
50-
Next.js is a framework for creating server-rendered JavaScript apps based on React.js, Node.js, Webpack and Babel.js. Learn how to install it on the Windows Subsystem for Linux.
51-
:::column-end:::
52-
:::column:::
53-
[![NuxtJS icon](../../images/nuxtjs-logo.png)](./nuxtjs-on-wsl.md)<br>
54-
**[Install Nuxt.js on WSL](./nuxtjs-on-wsl.md)**<br>
55-
Nuxt.js is a framework for creating server-rendered JavaScript apps based on Vue.js, Node.js, Webpack and Babel.js. Learn how to install it on the Windows Subsystem for Linux.
56-
:::column-end:::
57-
:::column:::
58-
[![Gatsby icon](../../images/gatsby-logo.png)](./gatsby-on-wsl.md)<br>
59-
**[Install Gatsby on WSL](./gatsby-on-wsl.md)**<br>
60-
Gatsby is a static site generator framework based on React.js. Learn how to install it on the Windows Subsystem for Linux.
61-
:::column-end:::
62-
:::row-end:::
63-

hub/dev-environment/javascript/nextjs-on-wsl.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)