I have installed jQuery UI using Bower in VS2017.
When I look in Solution Explorer I can see that the Bower package seem to have been installed but I can't find them in the wwwroot folder so I don't know how to add them to the _layout.cshtml file.
What is the procedure for adding jQuery UI to my ASP.NET Core v2 application.
For ASP .NET Core 2.1 (Visual Studio 15.8 or later),
{ "version": "1.0", "defaultProvider": "cdnjs", "libraries": [ { "library": "[email protected]", "destination": "wwwroot/lib/jquery-ui/" } ] }
Source: https://docs.microsoft.com/en-us/aspnet/core/client-side/libman/libman-vs?view=aspnetcore-2.1