Creation:2026-01-21Last update:2026-01-21
Reference this doc to your favorite AI assistantChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
Version History
- "Unified documentation for all exports"v8.0.01/21/2026
Edit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
nuxt-intlayer Package
The nuxt-intlayer package provides a Nuxt module to integrate Intlayer into your Nuxt project.
Installation
bash
Copy code
Copy the code to the clipboard
npm install nuxt-intlayerExports
Module
The nuxt-intlayer package provides a Nuxt module to integrate Intlayer into your Nuxt project.
Import:
tsx
Copy code
Copy the code to the clipboard
import "nuxt-intlayer";or adding to nuxt.config.ts:
ts
Copy code
Copy the code to the clipboard
export default defineNuxtConfig({ modules: ["nuxt-intlayer"],});Show all table content
Open the table in a modal to view all data content clearly
| Export | Type | Description |
|---|---|---|
default | NuxtModule | The default export is the Nuxt module that configures Intlayer. |