문제

Was just wondering if this is possible with an extension.

I realize that that vs uses nuget with powershell but some of the github projects are not on nuget and it would be nice to quickly write a command had have the js files downloaded into the project files.

도움이 되었습니까?

해결책 2

As an alternative to NuGet, you can use Bower for managing client libraries in your project and keep NuGet only for managing .NET libraries.

Sample video: http://blog.lambda3.com.br/2013/12/bower-e-npm-na-linha-de-comando-dentro-do-visual-studio-instalado-via-nuget/

Also take a look at this project template > ASP.NET Solution < on Visual Studio Gallery

It has a Node.js friendly directory layout and can be used as a starting point if you want to play with Grunt (or Gulp.js) and Bower automation tools.

다른 팁

Yes this is definitely possible!

Starting with Visual Studio 2012 Microsoft created extensions that allow you to use any Git repository available and work with it directly from within Visual Studio.

In Visual Studio 2012 this requires an extension (found here in the gallery). In Visual Studio 2013 this is fully incorporated in the product.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top