ASP.NET Core MVC 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Managing frontend dependencies with Bower

Bower is a frontend package manager. It is used in the web development world to install and uninstall JavaScript and CSS frameworks, including their fonts. The official documentation can be found here: http://bower.io/.

In this recipe, we will learn how to manage frontend dependencies with Bower.