There is Client-Side Library under the Add when I right click the project on Visual Studio for Mac. So I searched on Google, and find this post LibMan support in Visual Studio for Mac. But I can't find the Library Manager addin in the extension manager. But I find the work around for this, according to this youtube video Adding Client Side Libraries for Admin Panel using Microsoft Libman:

  • Install the lib manager CLI:
    dotnet tool install --global Microsoft.Web.LibraryManager.Cli

  • Install any library you want, for example:
    libman install twitter-bootstrap@3.3.7

相关文章:

  • 2021-07-10
  • 2021-07-29
  • 2021-09-07
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-06-28
猜你喜欢
  • 2022-02-20
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-02-12
相关资源
相似解决方案