Home

Awesome

MudBlazor

Blazor Template pre configured with MudBlazor.

GitHub Discord Twitter Nuget version Nuget downloads

Prerequisites

Getting Started

Installation

dotnet new --install MudBlazor.Templates

Usage

dotnet new mudblazor --host wasm --name MyApplication

Template Options

Specific template options:

OptionsDescriptionTypeDefault
-ho | --hostProject Typewasm | wasm-hosted<br> wasm-pwa | wasm-pwa-hosted<br> server<br>wasm
-s | --skipRestoreSkips the automatic restore of the project on create.boolfalse

For none MudBlazor specific options run:

dotnet new -h

Visual Studio Templates

The templates can be used in Visual Studio as well and should show up in the list when creating a new project. VisualStudioTemplate

Default Blazor - Template

DefaultBlazorTemplate