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>
@ -107,4 +112,4 @@ Now you can copy the sources from a <code>dist</code> folder and use it with any
</footer> </footer>
</div><a href="https://github.com/akveo/ng2-admin" title="Star &amp; Fork on GitHub" class="github-fork-ribbon"></a> </div><a href="https://github.com/akveo/ng2-admin" title="Star &amp; Fork on GitHub" class="github-fork-ribbon"></a>
</body> </body>
</html> </html>