9

How do you add the Bootstrap 4 library to a project using Libman as package manager and CDNJS as provider, it doesn't seem to be in the list of avaliable libraries?

Is it named something else compared to Bower & NPM?

In this case, I am using a .net Core project with Visual Studio Enterprise 2019

enter image description here

Andreas
  • 775
  • 2
  • 11
  • 20

2 Answers2

11

From the CDNJS page:

twitter-bootstrap

Christian Gollhardt
  • 16,510
  • 17
  • 74
  • 111
2

You can use the Provider unpkg

enter image description here

Palanikumar
  • 6,940
  • 4
  • 40
  • 51