This is the nuxt minimal starter with nuxt-i18n-micro installed and configured for EN and DE.
It contains examples for known possible namespacings possible with that particular library.
It mostly conforms to nuxt-i18n but separates page specific translations in its own files, to only load needed translations per page.
Make sure to install dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
:
# pnpm
pnpm dev
Build the application for production:
# pnpm
pnpm build
Locally preview production build:
# pnpm
pnpm preview