Created
May 19, 2015 13:38
-
-
Save pinalbhatt/119b6a68d348d870d55f to your computer and use it in GitHub Desktop.
Bower
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install bower | |
sudo npm install bower -g | |
#bower.json https://github.com/bower/bower.json-spec | |
bower init | |
#bower-installer Tool for installing bower dependencies that won't include entire repos | |
#https://www.npmjs.com/package/bower-installer | |
npm install -g bower-installer | |
bower install angular#1.3.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment