AspNetCore.Docs/aspnetcore/client-side/spa/intro.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

---
2023-10-11 06:56:47 +08:00
title: Overview of Single Page Apps (SPAs) in ASP.NET Core
author: rick-anderson
ms.author: wpickett
monikerRange: '>= aspnetcore-6.0'
2023-10-11 06:56:47 +08:00
description: Overview of Single Page Apps (SPAs) in ASP.NET Core
ms.date: 09/12/2023
uid: spa/intro
---
2023-10-11 06:56:47 +08:00
# Overview of Single Page Apps (SPAs) in ASP.NET Core
[!INCLUDE[](~/includes/not-latest-version.md)]
::: moniker range=">= aspnetcore-8.0"
[!INCLUDE [spa-templates-recommend-vs](../../includes/spa-templates-recommend-vs.md)]
## Visual Studio tutorials
To get started, follow one of the tutorials in the Visual Studio documentation:
* [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)
For more information, see [JavaScript and TypeScript in Visual Studio](/visualstudio/javascript/javascript-in-visual-studio)
[!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)]