SSR first, then enhance
· I ship Nuxt pages that already work without JS — terminal UI and motion come after.
· I ship Nuxt pages that already work without JS — terminal UI and motion come after.
· Same routes and components, different strings — how I keep RU/EN from drifting apart on Nuxt sites.
· When a site needs SSR, SEO and a calm DX, Nuxt is usually my default — notes from catalogs, brand sites and React work like Cheesl's.
· How I type Vue and Nuxt in production: useful types, fewer nested generics, and what I skip on purpose.
· What I actually check on Vue/Nuxt sites before launch: titles, canonicals, SSR content — and I skip the folklore.
· I pull Vue logic into a composable for reuse, tests or unclear state — not because the script got long.