任何人都可以告诉我从创建项目时使用的默认版本更新到 Blazor WebAssembly 应用程序中 Bootstrap 和 font Awesome 的新版本的最佳方法吗?
我使用libman。在 Visual Studio 中,删除 bootstrap 文件夹,然后右键单击项目 -> 添加客户端库 -> 选择提供商 cdnjs -> 搜索 twitter-bootstrap。选择后,单击安装。
这会将文件添加到 wwwroot 中的 lib 文件夹中,您只需更新 wwwroot/index.html 中的链接
Bootstrap 提供 NuGet 包。
从这里下载编译好的CSS和JS:https://getbootstrap.com/docs/5.0/getting-started/download/
复制\wwwroo中的两个目录(css和js)