Skip to content

gextech/promise-routerjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository mirrors the CommonJS version of router.js and all its dependencies within.

Also exposes globally a Promise implementation to work with the router.js

You can install it as NPM module and then using Browserify bring it out to the window.

$ npm install promise-routerjs
$ browserify main.js --no-detect-globals > router.js

main.js

window.Router = require('promise-routerjs')['default'];

This repository is only experimental.

About

Extends promise-polyfill for minimal use with router.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published