Skip to content

Commit fbf07b1

Browse files
Merge pull request #6500 from MicrosoftDocs/jken/nodejs-vue-docs-simplification
Simplify Node.js and Vue docs: trim overviews, fix stale commands, retire tutorials
2 parents 865723c + 1b1e09f commit fbf07b1

10 files changed

Lines changed: 104 additions & 454 deletions

.openpublishing.redirection.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11281,23 +11281,19 @@
1128111281
"redirect_document_id": false
1128211282
},
1128311283
{
11284-
"source_path": "hub/dev-environment/javascript/react-beginners-tutorial.md",
11285-
"redirect_url": "/windows/dev-environment/javascript/react-on-windows",
11286-
"redirect_document_id": false
11287-
},
11288-
{
11289-
"source_path": "hub/dev-environment/javascript/nextjs-on-wsl.md",
11290-
"redirect_url": "https://nextjs.org/docs",
11284+
"source_path": "hub/dev-environment/javascript/nodejs-beginners-tutorial.md",
11285+
"redirect_url": "/windows/dev-environment/javascript/nodejs-on-windows",
1129111286
"redirect_document_id": false
1129211287
},
1129311288
{
11294-
"source_path": "hub/dev-environment/javascript/gatsby-on-wsl.md",
11295-
"redirect_url": "https://www.gatsbyjs.com/docs/",
11289+
"source_path": "hub/dev-environment/javascript/vue-beginners-tutorial.md",
11290+
"redirect_url": "https://vuejs.org/tutorial/",
1129611291
"redirect_document_id": false
1129711292
},
1129811293
{
11299-
"source_path": "hub/dev-environment/javascript/react-native-for-android.md",
11300-
"redirect_url": "https://reactnative.dev/docs/environment-setup",
11294+
"source_path": "hub/dev-environment/javascript/nuxtjs-on-wsl.md",
11295+
"redirect_url": "https://nuxt.com/docs",
11296+
1130111297
"redirect_document_id": false
1130211298
}
1130311299
]
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/nodejs-beginners-tutorial.md

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

0 commit comments

Comments
 (0)