glyphnav/nuxt

Watch the address bar. Current path: /

Features

The animation rides on history.replaceState; Vue Router (under Nuxt) performs the real navigation. Modified clicks (⌘/Ctrl/middle) fall through to the browser, exactly like a normal link. Pass intercept: 'none' to leave the router untouched and animate only explicit calls.

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).