bespoke-history
v0.2.3
Published
Bespoke.js `window.history` based URL router
Downloads
9
Maintainers
Readme
bespoke-history
Bespoke.js window.history
based URL router
Works in similar way as bespoke-hash but uses window.history
instead
Usage
var history = require('bespoke-history');
bespoke.from(selector, [
history()
]);
By default it will route urls against /
, but you can customize root path:
bespoke.from(selector, [
history('/my-custom-root/')
]);
Installation
npm
In your presentation path:
$ npm install bespoke-history