- Responsive Web Design by Example:Beginner's Guide(Second Edition)
- Thoriq Firdaus
- 188字
- 2021-08-05 17:22:12
Managing project dependency with Bower
We will need a number of libraries to manage a project dependency with Bower. In the web development context, we refer to a library as a collection of code, usually CSS and JavaScript, to add features on the website. Often, the website is dependent on a particular library for it to function its prime feature. As an example, if I built a website to convert currencies, the website will require Account.js (http://josscrowcroft.github.io/accounting.js/); it is a handy JavaScript library to convert regular numbers into currency format with the currency symbol.
It is common that we may add about five or more libraries on a single website, but maintaining all the libraries used in the website and making sure that they are all up-to-date could become cumbersome. This is where Bower is useful.
Bower (package manager. It is a handy tool that streamlines the way we add, update, and remove libraries or dependencies (libraries that are required for the project) in our project. Bower is a Node.js module, so we first have to install Node.js (http://nodejs.org/) on our computer to be able to use Bower.
- pcDuino開發實戰
- Kubernetes修煉手冊
- 電腦組裝與系統安裝
- Linux運維實戰:CentOS7.6操作系統從入門到精通
- 構建可擴展分布式系統:方法與實踐
- Mastering KVM Virtualization
- 無蘋果不生活 The New iPad隨身寶典
- iOS 8開發指南
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- CentOS 6 Linux Server Cookbook
- 分布式高可用架構之道
- 從零開始學安裝與重裝系統
- Linux內核API完全參考手冊(第2版)
- Agile IT Security Implementation Methodology
- Linux深度攻略