- 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開發(fā)實(shí)戰(zhàn)
- 構(gòu)建高可用Linux服務(wù)器(第4版)
- 曝光:Linux企業(yè)運(yùn)維實(shí)戰(zhàn)
- SOA實(shí)踐者說
- 嵌入式Linux驅(qū)動(dòng)程序和系統(tǒng)開發(fā)實(shí)例精講
- 巧學(xué)活用Windows 7
- 操作系統(tǒng)分析
- Linux基礎(chǔ)使用與案例
- Linux系統(tǒng)最佳實(shí)踐工具:命令行技術(shù)
- Windows 7使用詳解(修訂版)
- Windows 10從新手到高手
- Linux應(yīng)用大全 基礎(chǔ)與管理
- Linux內(nèi)核修煉之道
- Windows 8完全自學(xué)手冊(cè)
- SAP后勤模塊實(shí)施攻略:SAP在生產(chǎn)、采購(gòu)、銷售、物流中的應(yīng)用