Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You want to install things like Angular UI using <a href="http://bower.io/">Bower</a> which is part of the <a href="http://yeoman.io/gettingstarted.html">Yeoman workflow</a> along with <a href="http://gruntjs.com/">Grunt</a>.</p> <p>Both of those packages do exist in the Bower registry:</p> <pre><code>$ bower search sammy Search results: sammy git://github.com/quirkey/sammy.git $ bower search angular-ui Search results: angular-ui git://github.com/angular-ui/angular-ui.git angular-ui-bootstrap-bower git://github.com/angular-ui/bootstrap-bower angular-ui-bootstrap git://github.com/angular-ui/bootstrap.git angular-ui-router git://github.com/angular-ui/ui-router angular-ui-utils git://github.com/angular-ui/ui-utils.git angular-ui-select2 git://github.com/angular-ui/ui-select2.git angular-ui-date git://github.com/angular-ui/ui-date.git angular-ui-calendar git://github.com/angular-ui/ui-calendar.git angular-ui-codemirror git://github.com/angular-ui/ui-codemirror.git angular-ui-ace git://github.com/angular-ui/ui-ace.git angular-ui-multi-sortable git://github.com/mostr/angular-ui-multi-sortable.git angular-ui-map git://github.com/angular-ui/ui-map.git </code></pre> <p>There's actually a quick example on the 'Getting Started' page linked above, on using Yeoman, Bower and Grunt to scaffold out an Angular project using AngularUI. Including it here for convenience:</p> <pre><code>yo angular bower install angular-ui # then add &lt;script src="components/angular-ui/build/angular-ui.js"&gt;&lt;/script&gt; # and &lt;link rel="stylesheet" href="components/angular-ui/build/angular-ui.css"/&gt; grunt </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload