https://github.com/yimicat/hashgo.js
A lightweight router for js
https://github.com/yimicat/hashgo.js
javascript js location-hash router routes routing
Last synced: 11 months ago
JSON representation
A lightweight router for js
- Host: GitHub
- URL: https://github.com/yimicat/hashgo.js
- Owner: yimicat
- License: apache-2.0
- Created: 2018-03-06T09:24:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T23:16:23.000Z (over 1 year ago)
- Last Synced: 2025-02-04T09:14:45.099Z (12 months ago)
- Topics: javascript, js, location-hash, router, routes, routing
- Language: JavaScript
- Homepage: https://yimicat.com/hashgojs.html
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## hashgo.js
轻量单页路由
> 1.支持所有浏览器
2.无 JavaScript 库依托
3.轻量
```bash
npm install -D hashgo
```
```bash
yarn add -D hashgo
```
```bash
pnpm install -D hashgo
```
demo:[https://yimicat.github.io/hashgo.js/examples/demo.html](https://yimicat.github.io/hashgo.js/examples/demo.html "demo")