Featured Image Slider - Angular 8 | Asp.Net Core 2.2 - Adding Client Side Packages Using Libman

Опубликовано: 02 Октябрь 2024
на канале: Tech Howdy
348
6

In this video tutorial we will be adding the required Client-Side packages using Libman Package Manager.

*Command to install libman*
dotnet tool install --global Microsoft.Web.LibraryManager.Cli

*Use this for a specific version of libman - Optional*
dotnet tool install --global Microsoft.Web.LibraryManager.Cli --version 1.0.172

*Command to install jQuery*
libman install jquery

*Command to install Bootstrap*
libman install twitter-bootstrap

*Command to install Popper.js*
libman install popper.js

Unfortunately, we don't yet have CDNJS option to install font-awesome 5 library using libman, therefore I have used direct link reference in _AdminLayout file.

My Blog
http://techhowdy.com


Source Code - Azure DevOps Repo
https://dev.azure.com/techhowdy/_git/...