Add bower to global npm packages

This commit is contained in:
David Francis 2016-06-03 11:59:48 -04:00
parent e126738a16
commit bb0aa43b96

View file

@ -77,6 +77,11 @@
<pre><code class="lang-bash">npm install --global typescript <pre><code class="lang-bash">npm install --global typescript
</code></pre> </code></pre>
</li> </li>
<li><p>bower</p>
<pre><code class="lang-bash"npm install --global bower
</code></pre>
</li>
</ul> </ul>
<h2 id="clone-repository-and-install-dependencies">Clone repository and install&nbsp;dependencies</h2> <h2 id="clone-repository-and-install-dependencies">Clone repository and install&nbsp;dependencies</h2>
<p>You will need to clone the source code of ng2-admin GitHub&nbsp;repository:</p> <p>You will need to clone the source code of ng2-admin GitHub&nbsp;repository:</p>