MudBlazor.Templates 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet new install MudBlazor.Templates::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

MudBlazor

Blazor Template pre-configured with MudBlazor.

GitHub Discord Twitter Nuget version Nuget downloads

We're excited to announce the availability of a new template for .NET 8 Web Apps: the MudBlazor Web App template. This template is based on the Microsoft Web App template, but has been modified to include MudBlazor components.

Prerequisites

  • .NET 8 SDK
  • Visual Studio 2022, JetBrains Rider or Visual Studio Code

Getting Started

Installation

dotnet new install MudBlazor.Templates

Usage

Interactive per Page

dotnet new mudblazor --interactivity (Auto|Server|WebAssembly)

Interactive Global

dotnet new mudblazor --interactivity (Auto|Server|WebAssembly) --all-interactive

Adding Authentication

dotnet new mudblazor --interactivity Auto --auth Individual
dotnet new mudblazor --interactivity Auto --auth Individual --all-interactive

Visual Studio Templates

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

Contributing

Installing directly from Source Code

If you want to test changes to the templates source code that hasn't been published yet clone the source code and execute the InstallAndBuildAllTemplates.ps1 powershell script

git clone https://github.com/MudBlazor/Templates.git

If you get an error about the script not being digitally signed use this command to change the security policy for this shell session:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

To Do for the .NET 8 Template

  • Integrate MudBlazor components into the authentication system (currently using Bootstrap components from the original template)
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1,457 3/19/2024
0.6.5 10,461 1/15/2024
0.6.3 49,774 7/27/2022
0.6.2 10,687 4/13/2022
0.6.1 5,306 2/10/2022
0.6.0 3,897 12/19/2021
0.1.6 3,831 10/6/2021
0.1.5 452 10/6/2021
0.1.4 378 10/6/2021
0.1.3 312 10/6/2021
0.1.2 306 10/6/2021
0.1.1 333 10/6/2021
0.1.0 398 10/6/2021
0.0.9 355 10/5/2021
0.0.8 362 10/5/2021
0.0.7 307 10/5/2021
0.0.6 327 10/5/2021
0.0.5 331 10/5/2021
0.0.4 307 10/5/2021
0.0.3 301 10/5/2021
0.0.2 315 10/4/2021
0.0.1 439 10/4/2021