Package Exports
- nuxt-i18n
- nuxt-i18n/src/helpers/utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nuxt-i18n) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
nuxt-i18n
i18n features for your Nuxt project
Development
- Fork the project and clone it in your existing Nuxt project:
cd my-nuxt-project/
mkdir modules/
git clone git@github.com:<username>/nuxt-i18n.git modules/nuxt-i18n
- Edit your Nuxt config to use the local module:
// nuxt.config.js
{
modules: [
['./modules/nuxt-i18n', {
// options...
}]
]
}
- Code, code, code!
- Submit awesome PRs
Issues, questions & requests
Please use CMTY for any question you might have.
License
MIT License - Copyright (c) Nuxt Community