Skip to content

TheDayIsMyEnemy/BlazorTemplates

This branch is 366 commits behind MudBlazor/Templates:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cd7a90 · Apr 13, 2022
Dec 19, 2021
Feb 10, 2022
Apr 13, 2022
Apr 5, 2021
Dec 5, 2021
Feb 10, 2022

Repository files navigation

MudBlazor

Blazor Template pre configured with MudBlazor.

GitHub Discord Twitter Nuget version Nuget downloads

Prerequisites

  • .NET 6
  • Visual Studio 2022, JetBrains Rider or VsCode

Getting Started

Installation

dotnet new --install MudBlazor.Templates

Usage

dotnet new mudblazor --host wasm --name MyApplication

Template Options

Specific template options:

Options Description Type Default
-ho | --host Project Type wasm | wasm-hosted
wasm-pwa | wasm-pwa-hosted
server
wasm
-s | --skipRestore Skips the automatic restore of the project on create. bool false

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 59.2%
  • C# 29.6%
  • JavaScript 11.2%