A Troop component which exposes an API through the hub to:
- Subscribe to a DOM element's hash changes (with the
hub/route/change
event). - Set the DOM element's hash (by publishing
hub/route/set
).
Note that in this context, the only DOM element for which it makes sense to
initialize this component is a window
element.
bower install
npm install -g buster
npm install buster-amd
(yes, locally, without-g
)buster-static
- Open your browser and go to the url provided by Buster.