https://github.com/skyclouds2001/navigation-router
https://github.com/skyclouds2001/navigation-router
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skyclouds2001/navigation-router
- Owner: skyclouds2001
- License: mit
- Created: 2024-09-28T18:20:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-23T18:45:53.000Z (over 1 year ago)
- Last Synced: 2024-11-23T19:28:44.683Z (over 1 year ago)
- Language: TypeScript
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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/)