Getting Started

Installation

Get started with zodI18n.

Quick Start

  1. Install nuxt-zod-i18n dependency to your project:
npx nuxi@latest module add nuxt-zod-i18n
  1. Add it to your modules section in your nuxt.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.

Copyright © 2023