teeny-weeny-router
v4.0.0
Published
A teeny weeny front end router for single page apps
Downloads
4
Readme
teeny-weeny-router
A teeny weeny front end router for single page apps
Usage
npm install
to install dependenciesnpm run compile
to compile from ES2015src/index.js
to ES5lib/index.js
- Instantiate with
const router = new TeenyWeenyRouter(routes, navigation)
wherenavigation
is the nav element to trigger routing