UNPKG

nuxt-i18n-micro

Version:

Nuxt I18n Micro is a lightweight, high-performance internationalization module for Nuxt, designed to handle multi-language support with minimal overhead, fast build times, and efficient runtime performance.

6 lines (5 loc) 227 B
module.exports = function(...args) { return import('./module.mjs').then(m => m.default.call(this, ...args)) } const _meta = module.exports.meta = require('./module.json') module.exports.getMeta = () => Promise.resolve(_meta)