0.2.5 • Published 9 years ago

riot-dispatcher v0.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Riot Dispatcher

Tiny Express-inspired router for Riot 2

riot.dispatcher.hash('/', index)
riot.dispatcher.hash('/user/:user', show)
riot.dispatcher.hash('/user/:user/edit', edit)
riot.dispatcher.hash('/user/:user/album', album)
riot.dispatcher.hash('/user/:user/album/sort', sort)
riot.dispatcher.hash('*', notfound)

Use Versions

  • Riot v2.2

Installation

for Browser

Download riot-dispatcher.min.js (master)

or

Bower

bower install riot-dispatcher --save

License

MIT.

0.2.5

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago