Skip to content

Commit dd82461

Browse files
Merge pull request #11625 from Mikejo5000/mikejo-br21
Update React and Vue articles for Vite CLI output
2 parents 665ec4a + 908190c commit dd82461

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/javascript/tutorial-asp-net-core-with-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Make sure to install the following:
8686
To start the project, press **F5** or select the **Start** button at the top of the window. You will see two command prompts appear:
8787

8888
- The ASP.NET Core API project running
89-
- npm running the react-scripts start command
89+
- The Vite CLI showing a message such as `VITE v4.4.9 ready in 780 ms`
9090

9191
>[!NOTE]
9292
> Check console output for messages, such as a message instructing you to update your version of Node.js.

docs/javascript/tutorial-asp-net-core-with-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Make sure to install the following:
8181
To start the project, press **F5** or select the **Start** button at the top of the window. You will see two command prompts appear:
8282

8383
- The ASP.NET Core API project running
84-
- The Vue CLI running the vue-cli-service serve command
84+
- The Vite CLI showing a message such as `VITE v4.4.9 ready in 780 ms`
8585

8686
>[!NOTE]
8787
> Check console output for messages, such as a message instructing you to update your version of Node.js.

docs/javascript/tutorial-create-react-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create a React app"
33
description: In this tutorial, learn how to create a simple React application in Visual Studio.
4-
ms.date: 05/26/2023
4+
ms.date: 08/24/2023
55
ms.custom: vs-acquisition
66
ms.topic: tutorial
77
ms.devlang: javascript
@@ -62,9 +62,9 @@ Choose **Build** > **Build Solution** to build the project.
6262

6363
## Start Your Project
6464

65-
Press **F5** or select the **Start** button at the top of the window, and you'll see a command prompt:
65+
Press **F5** or select the **Start** button at the top of the window, and you'll see a command prompt such as:
6666

67-
- npm running the react-scripts start command
67+
- VITE v4.4.9 ready in 780 ms
6868

6969
>[!NOTE]
7070
> Check console output for messages, such as a message instructing you to update your version of Node.js.

docs/javascript/tutorial-create-vue-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create a Vue.js app"
33
description: In this tutorial, learn how to create a simple Vue.js application in Visual Studio.
4-
ms.date: 05/26/2023
4+
ms.date: 08/24/2023
55
ms.custom: vs-acquisition
66
ms.topic: tutorial
77
ms.devlang: javascript
@@ -57,9 +57,9 @@ Choose **Build** > **Build Solution** to build the project.
5757

5858
## Start Your Project
5959

60-
Press **F5** or select the **Start** button at the top of the window, and you'll see a command prompt:
60+
Press **F5** or select the **Start** button at the top of the window, and you'll see a command prompt such as:
6161

62-
- npm running the vue-cli-service start command
62+
- VITE v4.4.9 ready in 780 ms
6363

6464
>[!NOTE]
6565
> Check console output for messages, such as a message instructing you to update your version of Node.js.

0 commit comments

Comments
 (0)