Author:
    Creation:2026-01-21Last update:2026-01-21

    nuxt-intlayer Package

    The nuxt-intlayer package provides a Nuxt module to integrate Intlayer with your Nuxt project.

    Installation

    bash
    npm install nuxt-intlayer
    

    Exports

    Module

    The nuxt-intlayer package provides a Nuxt module to integrate Intlayer with your Nuxt project.

    Import:

    tsx
    import "nuxt-intlayer";
    

    or by adding it to nuxt.config.ts:

    ts
    export default defineNuxtConfig({
      modules: ["nuxt-intlayer"],
    });
    
    Export Type Description
    default NuxtModule The default export is the Nuxt module that configures Intlayer.