@kitbag/router 0.3.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/kitbag-router.d.ts +793 -41
- package/dist/kitbag-router.js +770 -728
- package/dist/kitbag-router.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@ Type safe router for Vue.js
|
|
|
7
7
|
[![Discord chat][discord-badge]][discord-url]
|
|
8
8
|
[![Open in StackBlitz][stackblitz-badge]][stackblitz-url]
|
|
9
9
|
|
|
10
|
+
<img src="https://kitbag.dev/kitbag-logo.svg" width="20%" />
|
|
11
|
+
|
|
10
12
|
## Getting Started
|
|
11
13
|
|
|
12
14
|
Get Started with our [documentation](https://kitbag-router.netlify.app/)
|
|
@@ -162,4 +164,4 @@ This component gives the router the power to change the URL without reloading th
|
|
|
162
164
|
[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
|
|
163
165
|
[discord-url]: https://discord.gg/UT7JrAxU
|
|
164
166
|
[stackblitz-badge]: https://developer.stackblitz.com/img/open_in_stackblitz_small.svg
|
|
165
|
-
[stackblitz-url]: https://stackblitz.com/~/github.com/kitbagjs/router-preview
|
|
167
|
+
[stackblitz-url]: https://stackblitz.com/~/github.com/kitbagjs/router-preview
|