UNPKG

506 BMarkdownView Raw
1# @curi/router
2
3[![npm][badge]][npm-link]
4
5[badge]: https://img.shields.io/npm/v/@curi/router.svg
6[npm-link]: https://npmjs.com/package/@curi/router
7
8`@curi/router` is a simple route configuration package for creating single page apps. Navigation is powered by [`hickory`](https://github.com/pshrmn/hickory).
9
10## Installation
11
12```
13npm install --save @curi/router
14```
15
16For more information, please check out the [`@curi/router`](https://curi.js.org/packages/@curi/router) page on the documentation website.