Micro client-side router inspired by the Express router
page.js
is a Micro client-side router inspired by the Express router (~1200 bytes)
Installation
There are multiple ways to install page.js
. With package managers:
$ npm install page # for browserify
$ component install visionmedia/page.js
$ bower install visionmedia/page.js
Via CDN
and script tag:
<script src="https://cdn.rawgit.com/visionmedia/page.js/master/page.js"></script>