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

33 lines
1.2 KiB
Markdown
Raw Normal View History

---
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
ms.date: 09/12/2023
uid: spa/intro
---
# Overview of Single Page Applications (SPA) 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)]