NuGet Package Explorer操作手册

Install:
Github地址:https://github.com/NuGetPackageExplorer/NuGetPackageExplorer

推荐选择chocolatey,微软商店未必能开

Chocllatey 先用powershell.exe 进行安装
现在运行以下命令:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’))

第二步在powershell 输入choco install nugetpackageexplorer
第三步在C:\ProgramData\chocolatey\lib\NugetPackageExplorer,内打开NuGetPackageExplorer.exe

详细操作
可参考:https://blog.csdn.net/csethcrm/article/details/52095010

添加lib时需要选择lib文件夹
添加页面或者js,css 到对应的目录时需要选择content文件夹

猜你喜欢

转载自blog.csdn.net/zt13502162671/article/details/105685860