This repository was archived by the owner on Sep 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Bower
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.
Made by the Wild Code School Lyon students