Adding NPM in ASP.NET Core 1.0 on Visual Studio 2015 to Manage Client Side Packages

Поділитися
Вставка
  • Опубліковано 4 бер 2016
  • This video gives you step by step guide and demo on Using NPM in ASP.NET 5 or ASP.NET Core 1.0 on Visual Studio 2015 to Manage Client Side Dependencies.
    We can use npm to manage all the client-side dependencies in our application.
    Visual Studio 2015 ships with its own version of several external tools, such as grunt, gulp, bower, node and npm.
    For more videos and tutorials, visit www.programmerguide.net

КОМЕНТАРІ • 7

  • @kensleylewis
    @kensleylewis 6 років тому +2

    Bro its been 2 years, when are you going to publish the next video on using gulp to pull packages into the wwwroot location?

  • @mmsky6316
    @mmsky6316 7 років тому +1

    Thank you so much for this video. Concise and valuable.

  • @BidGene
    @BidGene 6 років тому +3

    We can install, for instance Jquery, with NPM, but then how I can use jquery in my Visual Studio Project? I couldn't see no videos so far about this point, a lot of videos showing how to install Jquery using npm, but the main part that is to use the installed packages, zero ;)

  • @archi_designer
    @archi_designer Рік тому +1

    called it adding npm to visual studio not using