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
});

Readme

Keywords

Package Sidebar

Install

npm i client-routing-lib

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.66 kB

Total Files

2

Last publish

Collaborators

  • dmitrygvl