- 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.
- Kubernetes修煉手冊(cè)
- Linux設(shè)備驅(qū)動(dòng)開(kāi)發(fā)詳解:基于最新的Linux4.0內(nèi)核
- 嵌入式Linux開(kāi)發(fā)技術(shù)
- 零起點(diǎn)學(xué)Linux系統(tǒng)管理
- BPEL and Java Cookbook
- 精解Windows 8
- Ganglia系統(tǒng)監(jiān)控
- Windows Server 2012 Hyper-V Cookbook
- Windows Phone應(yīng)用程序開(kāi)發(fā)
- 直播系統(tǒng)開(kāi)發(fā):基于Nginx與Nginx-rtmp-module
- Linux內(nèi)核觀測(cè)技術(shù)BPF
- 無(wú)蘋(píng)果不生活 The New iPad隨身寶典
- Windows 7應(yīng)用入門(mén)與技巧
- Linux內(nèi)核設(shè)計(jì)的藝術(shù):圖解Linux操作系統(tǒng)架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 從實(shí)踐中學(xué)習(xí)Windows滲透測(cè)試