An open API service indexing awesome lists of open source software.

https://github.com/skyclouds2001/navigation-router


https://github.com/skyclouds2001/navigation-router

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# navigation-router

A router for any framework base on the _Navigation API_.

## Getting Started

- Get code

```bash
git clone https://github.com/skyclouds2001/navigation-router.git
```

- Install dependencies

```bash
pnpm install
```

- Run

```bash
pnpm dev
```

- Build

```bash
pnpm build
```

- Preview

```bash
pnpm preview
```

## Changelog

[Changelog](CHANGELOG.md)

## Contribution

[Contribution](CONTRIBUTING.md)

## Contributors

## Code of Conduct

[Code of Conduct](CODE_OF_CONDUCT.md)

## License

[MIT](LICENSE) © skyclouds2001

## Reference

- [Navigation API](https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API) mdn api summary
- [Navigation API](https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api) api specification
- [Vue Router](https://router.vuejs.org/)
- [React Router](https://reactrouter.com/)