@curi/router
Version:
A JavaScript router that doesn't care how you render
17 lines (10 loc) • 501 B
Markdown
# @curi/router
[![npm][badge]][npm-link]
[badge]: https://img.shields.io/npm/v/@curi/router.svg
[npm-link]: https://npmjs.com/package/@curi/router
`@curi/router` is a simple route configuration package for creating single page apps. Navigation is powered by [`hickory`](https://github.com/pshrmn/hickory).
## Installation
```
npm install --save @curi/router
```
For more information, please check out the [`@curi/router`](https://curi.js.org/v2/@curi/router/) page on the documentation website.