@nuxtjs/i18n
next
.
├── packages
│ └── nuxt-i18n # development package for `@nuxt/i18n`
└── playground # playground for `@nuxt/i18n`
├── bridge # for Nuxt Bridge
└── nuxt3 # for Nuxt 3
- Node: ^14.16.0 || ^16.11.0 || ^17.0.0
- Package manager
- development: yarn 3.0.3
- playground: npm >= 7
# initial setup project env
yarn
# setup development & playground enviroment
yarn setup
# build next `@nuxt/i18n`
yarn build:i18n
# run the playground
yarn play:bridge # for Nuxt bridge project
yarn play:nuxt3 # for Nuxt 3 project
MIT