Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danroth27/net8blazorauto
Blazor web app using the Auto render mode in .NET 8
https://github.com/danroth27/net8blazorauto
Last synced: 2 months ago
JSON representation
Blazor web app using the Auto render mode in .NET 8
- Host: GitHub
- URL: https://github.com/danroth27/net8blazorauto
- Owner: danroth27
- License: mit
- Created: 2023-08-03T19:40:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T19:20:59.000Z (over 1 year ago)
- Last Synced: 2024-11-01T13:51:37.601Z (2 months ago)
- Language: CSS
- Size: 440 KB
- Stars: 26
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor Auto render mode
Blazor Web App using the `Auto` render mode in .NET 8.
Created using `dotnet new blazor --use-server --use-wasm -o Net8BlazorAuto` and then consolidating the `Counter` components into the client project.