Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec5ff56984953a5f626f5c3dc1decb375c153561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ASP.NET Core Single Page App templates

This repo is home for the ASP.NET Core Single Page App (SPA) project templates for Angular and React that ship as part of the .NET SDK, as well as a listing of community provided templates for using ASP.NET Core with other frontend JavaScript frameworks.

## Community templates

This section is for community project templates for using ASP.NET Core with various frontend JavaScript frameworks. 

> See the [contributing guide](https://github.com/dotnet/spa-templates/blob/main/CONTRIBUTING.md) for details on how to add a project template to this list.

[ASP.NET Core + Vite](https://www.nuget.org/packages/JohannDev.DotNet.Web.Spa.ProjectTemplates/) - ![GitHub stars](https://img.shields.io/github/stars/johanndev/spa-templates?style=flat-square&cacheSeconds=604800&logo=microsoft) ![last commit](https://img.shields.io/github/last-commit/johanndev/spa-templates?style=flat-square&cacheSeconds=86400) Integrates [Vite](https://vitejs.dev/) with ASP.NET Core; currently enables authoring front-end projects in vanilla-js, vue, react, preact, lit-element, and svelte, with optional TypeScript support for all listed technologies.

<!--
Please use this template for each submission:

- [Template name](https://www.nuget.org/packages/**packageName**/) - ![GitHub stars](https://img.shields.io/github/stars/**org**/**repo**?style=flat-square&cacheSeconds=604800&logo=microsoft) ![last commit](https://img.shields.io/github/last-commit/**org**/**repo**?style=flat-square&cacheSeconds=86400) Short description of the template.
-->