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

    nuxt-intlayer Package

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

    Installation

    npm install nuxt-intlayer

    Exports

    Module

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

    Import:

    import "nuxt-intlayer";

    or adding to nuxt.config.ts:

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