Project Template
Bootstrap Blazor App Template
In order to make it easier for everyone to use this set of components to quickly build projects, the author has made Project Templates, using dotnet new
command line mode, using Proceed as follows:
1. Install the project template
dotnet new install Bootstrap.Blazor.Templates::7.4.0
2. Create project
dotnet new bbapp
After the project is created, the BootstrapBlazorApp
solution will be generated in the current folder, and the src
directory contains Server-Side
Wasm
Both types of projects can be run directly with F5
3. Update project template
dotnet new update
The dotnet new update option checks if there are updates available for the template packages that are currently installed and installs them.
3. Uninstall project template
dotnet new uninstall Bootstrap.Blazor.Templates
Bootstrap Blazor App Extension
In order to facilitate the use of the Bootstrap Blazor
component library, the author has created the Project Template (Bootstrap Blazor Project Template
) extension plug-in, which can be installed through Visual Studio 2022 IDE
When creating a new project, select the Bootstrap Blazor project template
, and the solution is built in two types: Server-Side
and
1. Download Project template


2. Install Project template


3. Create Project


B station related video link