glyphnav/nuxt

Watch the address bar. Current path: /

About

Because the plugin wraps the router, navigateTo() animates too — no per-link wiring. Deep links with ?query and #hash animate just the same; they are part of the path. Hash-mode routers work as well via historyMode: 'hash'. Heads up: each frame writes via history.replaceState, so back/forward stays untouched, but your browser's own URL history/autocomplete can still log every frame — see the docs for how to keep that in check.

Served under the /nuxt base via Nuxt's app.baseURL; the Nuxt plugin wraps router.push so every <NuxtLink> and navigateTo() animates. The title link is a plain anchor (full page load back to the picker).