Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.33 KB

File metadata and controls

37 lines (21 loc) · 1.33 KB

BlazorExpress.Bulma.Templates

BlazorExpress.Bulma - Project Templates for .NET 8 and .NET 9

Installation & Visual Studio Template Guide

BlazorExpress.Bulma.Templates can be easily installed and used with the .NET CLI and Visual Studio for both .NET 8 and .NET 9.

Step 1: Install the Templates

Note: These templates are compatible with .NET 8. Ensure you have the .NET 8 SDK installed before proceeding with the installation.

Open a command prompt or terminal and run the following command:

dotnet new install BlazorExpress.Bulma.Templates::0.2.0

This command installs the templates for both .NET 8 and .NET 9 projects.

CLI Installation Example

CLI Command Example

Step 2: Use the Templates in Visual Studio

  1. If Visual Studio was open during the template installation, restart it.
  2. Create a new project in Visual Studio.
  3. The BlazorExpress.Bulma templates will now appear in the project templates list.

Visual Studio Templates List Example

Installed Visual Studio Templates

For more details, visit the NuGet package page