Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我Bootstrap 4.x由安装Manage NuGet Packages,但bootstrap文件未显示以供参考。我工作在Visual Studio 2017.
Bootstrap 4.x
Manage NuGet Packages
bootstrap
Visual Studio 2017
怎么了?!我该如何解决?
Nuget 包将Javascript文件下载到~/Scripts 并将 Bootstrap CSS文件下载到~/Content。不幸的是,NuGet 似乎不允许您更改它放置文件的默认位置,因此您只需要忍受它并继续。
Bower 包管理器因多种原因而死,但现在您可以使用 package.json 而不是 bower.json。
如果你没有它,生成它,npm init然后像这样安装你的包:
npm init
npm install --save jquery