https://github.com/slaveoftime/fun.blazor.samples
https://github.com/slaveoftime/fun.blazor.samples
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slaveoftime/fun.blazor.samples
- Owner: slaveOftime
- Created: 2021-12-10T01:53:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T07:58:20.000Z (about 1 year ago)
- Last Synced: 2025-08-25T11:19:45.125Z (10 months ago)
- Language: F#
- Size: 766 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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: [](https://www.nuget.org/packages/Fun.Blazor.Templates)
```shell
dotnet new --install Fun.Blazor.Templates::4.1.1
dotnet new fun-blazor -o FunBlazorDemo1
```