Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.
Nicolas Gomes De Oliveira edited this page Dec 22, 2016 · 1 revision

#Bower

##Install a new library with bower

It is very simple, you only need to use this command in your console :

bower install <library> --save

Please note that the --save is important in order to add it to the bower.json and allow other members of the team to install it with the bower install command.

Clone this wiki locally