Skip to content

Commit 43ce55d

Browse files
Restore JavaScript frameworks index.md — accidentally emptied in Mar commit (#6668)
* Restore JavaScript frameworks index.md — was accidentally emptied Commit 1b1e09f intended to remove dead links but left the file empty. This restores the page with the same dead-link removal applied correctly: - Removed links to nodejs-beginners-tutorial.md (deleted) - Removed links to react-native-for-android.md (deleted) - Removed links to react-beginners-tutorial.md (deleted) - Removed links to vue-beginners-tutorial.md (deleted) - Removed entire Next.js/Nuxt.js/Gatsby row (all three target files deleted) - Updated description and date to reflect current content Co-authored-by: Copilot <[email protected]> * Remove broken image references from JavaScript index nodejs-logo.png, react-logo.png, and vue-logo.png do not exist in hub/images/ and were never valid. Remove the broken [![]()] icon links from the card columns; the text links are unaffected. Co-authored-by: Copilot <[email protected]> * Restore logo images and re-add image references to JavaScript index The three logo images were deleted in PR #6662 because they appeared orphaned (index.md was empty). Restoring them from git history and re-adding the image links to the card layout. Co-authored-by: Copilot <[email protected]> * Address Copilot feedback: fix ms.topic and image alt text - ms.topic: install-set-up-deploy -> get-started (consistent with python.md, java.md, docker/overview.md and other dev-environment landing pages) - Alt text: 'NodeJS icon' -> 'Node.js logo', 'React icon' -> 'React logo', 'Vue icon' -> 'Vue.js logo' (correct product names, descriptive for screen readers) Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent bac7dc2 commit 43ce55d

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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, and Vue.js.
4+
ms.topic: get-started
5+
keywords: Node.js, NodeJS, react, vue, windows, install, wsl, Set up windows, Dev Environment
6+
ms.localizationpriority: medium
7+
ms.date: 04/20/2026
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, and Vue.js.
14+
15+
## Choose a JavaScript framework to install and set up your dev environment
16+
17+
:::row:::
18+
:::column:::
19+
[![Node.js logo](../../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+
:::column-end:::
25+
:::column:::
26+
[![React logo](../../images/react-logo.png)](./react-overview.md)<br>
27+
**[React overview](./react-overview.md)**<br>
28+
Learn about what you can do with React and how to set up a React development environment.
29+
- [Install on Windows for building web apps](./react-on-windows.md)
30+
- [Install on WSL for building web apps](./react-on-wsl.md)
31+
- [Install on Windows for building desktop apps](./react-native-for-windows.md)
32+
:::column-end:::
33+
:::column:::
34+
[![Vue.js logo](../../images/vue-logo.png)](./vue-overview.md)<br>
35+
**[Vue.js overview](./vue-overview.md)**<br>
36+
Learn about what you can do with Vue.js and how to set up a Vue.js development environment.
37+
- [Install on Windows](./vue-on-windows.md)
38+
- [Install on WSL](./vue-on-wsl.md)
39+
:::column-end:::
40+
:::row-end:::

hub/images/nodejs-logo.png

9.22 KB
Loading

hub/images/react-logo.png

19.7 KB
Loading

hub/images/vue-logo.png

9.49 KB
Loading

0 commit comments

Comments
 (0)