dotnet new install MudBlazor.Templates
Create a new project, as Auto:
dotnet new mudblazor --interactivity Auto --name MyApplication --all-interactive
dotnet new mudblazor --interactivity WebAssembly --name MyApplication --all-interactive
dotnet new mudblazor --interactivity Server --name MyApplication --all-interactive
dotnet new mudblazor --help
{{tag>dotnet}}