Skip to content

Commit 61636c5

Browse files
Merge pull request #12705 from Mikejo5000/mikejo-br24
Clarify instructions to create ASP.NET Core templates for React, Vue,…
2 parents 6fca654 + 9f5fffb commit 61636c5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ Make sure to install the following:
4545

4646
:::image type="content" source="media/vs-2022/angular-choose-template.png" alt-text="Screenshot showing choosing a template.":::
4747

48-
1. Name the project **AngularWithASP** and then choose **Create**.
48+
1. Name the project **AngularWithASP** and then select **Next**.
49+
50+
In the Additional Information dialog, make sure that **Configure for HTTPS** is enabled. In most scenarios, leave the other settings at the default values.
51+
52+
1. Select **Create**.
4953

5054
Solution Explorer shows the following::
5155

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ You can use the method described in this article to create ASP.NET Core Single P
4343

4444
:::image type="content" source="media/vs-2022/react-choose-template.png" alt-text="Screenshot showing choosing a template.":::
4545

46-
1. Name the project **ReactWithASP** and then choose **Create**.
46+
1. Name the project **ReactWithASP** and then select **Next**.
47+
48+
In the Additional Information dialog, make sure that **Configure for HTTPS** is enabled. In most scenarios, leave the other settings at the default values.
49+
50+
1. Select **Create**.
4751

4852
Solution Explorer shows the following project information:
4953

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ Make sure to install the following:
4444

4545
:::image type="content" source="media/vs-2022/vue-choose-template.png" alt-text="Screenshot showing choosing a template.":::
4646

47-
1. Name the project **VueWithASP** and then choose **Create**.
47+
1. Name the project **VueWithASP** and then select **Next**.
48+
49+
In the Additional Information dialog, make sure that **Configure for HTTPS** is enabled. In most scenarios, leave the other settings at the default values.
50+
51+
1. Select **Create**.
4852

4953
Solution Explorer shows the following project information:
5054

0 commit comments

Comments
 (0)