Elsewhere

Link

Nuxt

The framework the module plugs into.

nuxt.com
Link URL
https://nuxt.com

Nuxt

The framework this plugs into. If you know how a Nuxt module works you already know how this one is installed: one entry in modules, one config key, and a server that needs to be reachable.

The two pieces this module leans on hardest are the module author kit — for registering renderers as lazy imports, so a page type you switch off never enters your bundle — and Nitro, which is where the doc cache, the seeder, the feeds and the RPC runner all live.