MCPcopy Index your code
hub / github.com/Baroshem/nuxt-lazy-hydrate

github.com/Baroshem/nuxt-lazy-hydrate @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
1 symbols 4 edges 2 files 0 documented · 0% updated 2y agov1.0.0 · 2023-08-02★ 1083 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

nuxt-lazy-hydrate

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:

Setup

yarn add nuxt-lazy-hydrate # yarn
npm i nuxt-lazy-hydrate # npm

Usage

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

Development

  • Run npm run dev:prepare to generate type stubs.
  • Use npm run dev to start playground in development mode.

Core symbols most depended-on inside this repo

setup
called by 0
src/module.ts

Shape

Function 1

Languages

TypeScript100%

Modules by API surface

src/module.ts1 symbols

For agents

$ claude mcp add nuxt-lazy-hydrate \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page