IgniteUI.Blazor.Templates 0.0.2

dotnet new install IgniteUI.Blazor.Templates@0.0.2
                    
This package contains a .NET Template Package you can call from the shell/command line.

IgniteUI Blazor Templates

dotnet new project templates for creating Blazor Web Apps powered by Ignite UI for Blazor.

Installation

dotnet new install IgniteUI.Blazor.Templates

Usage

dotnet new igb-blazor -n MyApp

Parameters

Parameter Description Choices Default
--Hosting Interactivity hosting model Server, Wasm, Auto Server
--Theme IgniteUI design theme bootstrap, material, fluent, indigo bootstrap
--Variant Light or dark color variant light, dark light
--IncludeWeatherSample Include the Weather page (IgbGridLite + chart demo) true, false true
--SkipRestore Skip automatic NuGet restore on create true, false false

Examples

Create a project with Interactive WebAssembly hosting and the Material dark theme:

dotnet new igb-blazor -n MyApp --Hosting Wasm --Theme material --Variant dark

Create a server-rendered project with the Fluent theme, without the Weather sample page:

dotnet new igb-blazor -n MyApp --Theme fluent --IncludeWeatherSample false

Uninstall

dotnet new uninstall IgniteUI.Blazor.Templates
  • .NETStandard 2.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
0.0.2 214 6/4/2026
0.0.1 217 5/28/2026

Initial release of the IgniteUI Blazor project templates.