Skip to content

Blackskyliner/nuxt-i18n-micro-example

Repository files navigation

Nuxt Minimal Starter with nuxt-i18n-micro

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.

Setup

Make sure to install dependencies:

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm dev

Production

Build the application for production:

# pnpm
pnpm build

Locally preview production build:

# pnpm
pnpm preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published