client-routing-lib

1.0.3 • Public • Published

Client routing library

Badge

Getting Started

Install @client-routing-lib with npm:

npm install client-routing-lib

Using

const router = new Router();

router.on("/", {
  onEnter: () => {
    // your code
  },
  // other hooks
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i client-routing-lib

Weekly Downloads

5

Version

1.0.3

License

ISC

Unpacked Size

2.66 kB

Total Files

2

Last publish

Collaborators

  • dmitrygvl