This module is a wrapper around Vue 3 Lazy Hydration Plugin for Nuxt 3.
Huge kudos to the package author and also to Markus Oberleihner for developing this amazing idea.
Make sure to give a star to both of these projects:
yarn add nuxt-lazy-hydrate # yarn
npm i nuxt-lazy-hydrate # npm
The only thing you need to do to use the module in the default configuration is to register the module in the modules array in nuxt.config.ts:
// nuxt.config.js
{
modules: ["nuxt-lazy-hydrate"],
}
And that's it! You can now use the NuxtLazyHydrate component in your Nuxt app:
<template>
<NuxtLazyHydrate when-idle>
Nuxt module playground!
</NuxtLazyHydrate>
</template>
For all configuration options of this component, please head out to Vue 3 Lazy Hydration Package
npm run dev:prepare to generate type stubs.npm run dev to start playground in development mode.$ claude mcp add nuxt-lazy-hydrate \
-- python -m otcore.mcp_server <graph>