Lightweight router module for node and browser
Installation
npm install cxx-router --save
Usage
var Router = ;var router = ;{}router;router;// name: 'article'// params: {article: 'hello-world'}// path: '/article/hello-world'// fns: [article]// qs: 'page=1'var href = routerhref'article' article: 'hello-world' 'page=1';// href: '/article/hello-world?page=1'
Supported browsers
IE9+