|
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-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-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-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-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-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-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 | | - |
0 commit comments