Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 717 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 717 Bytes

nuxt-i18n-next

⚠️ This nuxt module is PoC of @nuxtjs/i18n next

Structure

.
├── packages
│   └── nuxt-i18n  # development package for `@nuxt/i18n`
└── playground 	# playground for `@nuxt/i18n`
    ├── bridge  # for Nuxt Bridge
    └── nuxt3 	# for Nuxt 3

Requirements

  • Node: ^14.16.0 || ^16.11.0 || ^17.0.0
  • Package manager
    • development: yarn 3.0.3
    • playground: npm >= 7

Setup

# 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

©️ LICENSE

MIT