Getting Started
Installation
Get started with zodI18n.
Quick Start
- Install
nuxt-zod-i18n
dependency to your project:
npx nuxi@latest module add nuxt-zod-i18n
- Add it to your
modules
section in yournuxt.config
:
This module must be loaded before
@nuxtjs/i18n
nuxt.config.ts
export default defineNuxtConfig({
modules: ['nuxt-zod-i18n', '@nuxtjs/i18n']
})
That's it! You can now use all the components and composables in your Nuxt app ✨
This module require @nuxtjs/i18n and zod to be installed.