An open API service indexing awesome lists of open source software.

https://github.com/slaveoftime/fun.blazor.samples


https://github.com/slaveoftime/fun.blazor.samples

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

This repo contains some basic showcase demos. .NET 9 SDK is required for run them.

Check the README.md file under each demo.

Template is now available: [![Nuget](https://img.shields.io/nuget/v/Fun.Blazor.Templates)](https://www.nuget.org/packages/Fun.Blazor.Templates)

```shell
dotnet new --install Fun.Blazor.Templates::4.1.1
dotnet new fun-blazor -o FunBlazorDemo1
```