Install-Package popper.js -Version 1.16.1
How do I use it within my cshtml file? I looked in wwwroot and I don't see any folders created?
Install-Package popper.js -Version 1.16.1
How do I use it within my cshtml file? I looked in wwwroot and I don't see any folders created?
I'm not sure why a client-side package is even in NuGet, to be honest. You should just install this like you would any other client-side js package, using npm or whatever you prefer.
There is some built-in management of client-side libraries in VS if you want to manage it from within VS instead of just using npm.
https://learn.microsoft.com/en-us/aspnet/core/client-side/libman/libman-vs?view=aspnetcore-3.1