kindao1 / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

To Do for the .NET 8 Template

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

About

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.

License:MIT License


Languages

Language:HTML 59.3%Language:C# 38.1%Language:CSS 1.6%Language:Batchfile 0.9%