visual-studio - 通过 Manage NuGet Packages 安装 Bootstrap 后,bootstrap 文件不显示以供引用

标签 visual-studio visual-studio-2017 bootstrap-4 asp.net-core-2.0 manage-nuget-packages

我通过 Manage NuGet Packages 安装了 Bootstrap 4.x,但是没有显示 bootstrap 文件供引用。 我使用 Visual Studio 2017 工作。

这是怎么回事?!我该如何解决? enter image description here

最佳答案

Bower 包管理器因多种原因而失效,但现在您可以使用 package.json 而不是 bower.json。

如果您没有,请使用 npm init 生成它,然后像这样安装您的包:

npm install --save jquery

关于visual-studio - 通过 Manage NuGet Packages 安装 Bootstrap 后,bootstrap 文件不显示以供引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48029318/

相关文章:

c++ - vs2015 cuda9.0 链接 SHA1_Init 与 CUDA 实现而不是 openssl cpu 库

visual-studio - VS 2015显示状态栏消息 "Completing the operation you requested..."

c++ - MFC MDI CtabView 隐藏/删除不使用的导航控件

html - 将文本放在图像旁边

javascript - 需要在 Bootstrap 折叠目标卡中切换 bg-dark

.net - 使用 .runsettings 从代码覆盖率中排除程序集

c# - Entity Framework 运行转换代码时抛出异常

c# - Xamarin 构建错误 : error APT0000: In <declare-styleable> . ..,无法找到属性

c# - Visual Studio 测试资源管理器无法在已编译的测试项目中运行测试

css - 如何保持卡片图像 Bootstrap 4 的宽度响应能力