FriscoVInc.DotNet.Templates.CleanBlazor 1.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install FriscoVInc.DotNet.Templates.CleanBlazor::1.1.1
This package contains a .NET Template Package you can call from the shell/command line.

CleanBlazor <img src="https://github.com/fvilches17/CleanBlazor/blob/main/images/blazor-logo.png" height="30">

The out of the box Microsoft Blazor project templates are great for getting familiar with Blazor or creating PoC apps.

However, for brand new custom Blazor projects we will usually want to remove some of the boilerplate assets (e.g. Bootstrap, the Counter component, etc.).

The CleanBlazor project templates save you some time by providing minimal Blazor server and wasm templates (dotnet CLI and Visual Studio). Use to start out of the box Microsoft Blazor projects minus any boilerplate and unnecessary html/css/js/razor.

Available on Nuget <img src="https://github.com/fvilches17/CleanBlazor/blob/main/images/nuget-logo.svg" height="30">

Getting Started

  1. Make sure you have the latest version of the .NET SDK installed.
  2. Open a terminal (e.g. powershell or bash) in any directory.
  3. Install the dotnet templates.
dotnet new --install FriscoVInc.DotNet.Templates.CleanBlazor

successfull install

dotnet new --list

listing dotnet templates

Create a project (CLI)

Open a terminal in any directory and run the dotnet new command. Example:

dotnet new cleanblazorserver --output c:/source/MyBlazorServerApp
cd MyBlazorServerApp
dotnet run

app running on browser

Create a project (Visual Studio 2022)

At time of writing (September 2021) Visual Studio 2022 doesn't seem to support cli templates in the New Project dialog. See issue

For now the CleanBlazor templates can be used directly via the dotnet cli.

Additional Resources

  • net6.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
6.0.17 1,624 5/20/2023
6.0.7 1,288 8/8/2022
6.0.6 819 6/23/2022
6.0.4.1 971 4/18/2022
6.0.4 728 4/14/2022
6.0.2 708 2/20/2022
6.0.0 676 11/10/2021
2.1.0 667 10/13/2021
2.0.0 658 9/15/2021
1.2.0 636 9/7/2021
1.1.4 602 8/30/2021
1.1.3 570 8/30/2021
1.1.2 572 8/30/2021
1.1.1 672 8/29/2021
1.1.0 600 8/28/2021
1.0.1 507 8/28/2021
1.0.0 543 8/28/2021

Added blazor wasm template