A project template for hosted Blazor WebAssembly project for .NET 8.
- Uses minimal APIs by default
- Adds Serilog
- Adds Swagger and SwaggerUI
dotnet new install taotiato
dotnet new pimo-blazorwasm-hosted # default (use the name of the current working directory/folder)
dotnet new pimo-blazorwasm-hosted --name <YourProjectName> # specify your project name
dotnet new pimo-blazorwasm-hosted --name <YourProjectName> --UseController # to use controllers instead of minimal APIs