mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-21 10:05:34 +08:00
docs(tutorial/index): add directions for installing bower
This commit is contained in:
@@ -112,7 +112,12 @@ node --version
|
||||
</a>.
|
||||
</div>
|
||||
|
||||
Once you have Node.js installed on your machine you can download the tool dependencies by running:
|
||||
To install bower:
|
||||
```
|
||||
npm install -g bower
|
||||
```
|
||||
|
||||
Once you have Node.js and Bower installed on your machine you can download the tool dependencies by running:
|
||||
|
||||
```
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user