With the new ASP.NET core 1.0, I am gonna use 3 library management tools together:
- nuGet: manage server site libs, eg asp.net libs
- npm: mainly used to download gulp and gulp add ons. gulp is a tasks runner for development.
- bower: used to manage client site libs.