简体   繁体   English

如何在 VS Code 中使用 Libman json 文件?

[英]how to use Libman json file in VS Code?

Can I use libman.json to manage libraries file without using visual studio and core asp.net?我可以在不使用 Visual Studio 和核心 asp.net 的情况下使用 libman.json 来管理库文件吗? If yes please tell me how?如果是,请告诉我怎么做?

When I code of Visual Studio, I uasually copy Libman.json file and paste in my file are running.当我编写 Visual Studio 代码时,我通常会复制 Libman.json 文件并粘贴到我的文件正在运行中。

You can use LibMan without VS, but it does rely on the .NET platform.您可以在没有 VS 的情况下使用 LibMan,但它确实依赖于 .NET 平台。 There are is a NuGet package for a .NET global tool ;有一个 NuGet package 用于.NET 全局工具 obviously you need .NET Core installed to use it, but then you can integrate it into whatever scripts or platform you're using for development.显然,您需要安装 .NET Core 才能使用它,但是您可以将其集成到您用于开发的任何脚本或平台中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM