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 -i Bootstrap.Blazor.Templates::latest
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-apply
The dotnet new --update-apply option checks if there are updates available for the template packages that are currently installed and installs them.
3. Uninstall project template
dotnet new -u 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. 下载项目模板


2. 安装项目模板


3. 创建项目


B 站相关视频链接