[.Net Core] Visual Studio for Mac Add Client Side Library

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 alternatives 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

[.Net Core] Visual Studio for Mac Add Client Side Library

上一篇:002、 requests.post() 用 data 还是 json 参数, 傻傻分不清


下一篇:Web前端-jQuery