2023-01-13 07:43:54 +08:00
|
|
|
---
|
|
|
|
title: Overview of Single Page Applications (SPA) in ASP.NET Core
|
|
|
|
author: rick-anderson
|
|
|
|
ms.author: jacalvar
|
|
|
|
monikerRange: '>= aspnetcore-6.0'
|
|
|
|
description: Overview of Single Page Applications (SPA) in ASP.NET Core
|
2023-09-29 09:38:39 +08:00
|
|
|
ms.date: 09/12/2023
|
2023-01-13 07:43:54 +08:00
|
|
|
uid: spa/intro
|
|
|
|
---
|
|
|
|
# Overview of Single Page Applications (SPA) in ASP.NET Core
|
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
[!INCLUDE[](~/includes/not-latest-version.md)]
|
2023-01-13 07:43:54 +08:00
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
::: moniker range=">= aspnetcore-8.0"
|
2023-01-13 07:43:54 +08:00
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
[!INCLUDE [spa-templates-recommend-vs](../../includes/spa-templates-recommend-vs.md)]
|
2023-02-11 08:54:43 +08:00
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
## Visual Studio tutorials
|
2023-02-11 08:54:43 +08:00
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
To get started, follow one of the tutorials in the Visual Studio documentation:
|
2023-02-11 08:54:43 +08:00
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
* [Create an ASP.NET Core app with Angular](/visualstudio/javascript/tutorial-asp-net-core-with-angular)
|
|
|
|
* [Create an ASP.NET Core app with React](/visualstudio/javascript/tutorial-asp-net-core-with-react)
|
|
|
|
* [Create an ASP.NET Core app with Vue](/visualstudio/javascript/tutorial-asp-net-core-with-vue)
|
2023-02-11 08:54:43 +08:00
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
For more information, see [JavaScript and TypeScript in Visual Studio](/visualstudio/javascript/javascript-in-visual-studio)
|
2023-01-13 07:43:54 +08:00
|
|
|
|
2023-09-29 09:38:39 +08:00
|
|
|
[!INCLUDE [spa-templates-new-vs-old](../../includes/spa-templates-new-vs-old.md)]
|
2023-09-08 05:18:36 +08:00
|
|
|
|
|
|
|
::: moniker-end
|
|
|
|
|
|
|
|
[!INCLUDE[](~/client-side/spa/includes/intro6-7.md)]
|