Skip to content

🌐 Vue CLI 3.x plugin to add vue-i18n to your Vue Project

License

Notifications You must be signed in to change notification settings

iksah/vue-cli-plugin-i18n

 
 

Repository files navigation

🌐 vue-cli-plugin-i18n

npm

Vue CLI 3.x plugin to add vue-i18n to your Vue Project

⭐ Features

🚀 Getting Started

If yon don't have a project created with Vue CLI 3.x:

$ vue create my-vue-app

Install the plugin into your project:

$ cd my-vue-app
$ vue add i18n

🔧 Configrations

vue-cli-plugin-i18n have some plugin options in vue.config.js:

module.exports = {
  pluginOptions: {
    enalbeInSFC: false // Locale messages in Single file components
  }
}

📜 Changelog

Details changes for each release are documented in the CHANGELOG.md.

❗ Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

✅ TODO

Managed with GitHub Projects

💪 Contribution

Please make sure to read the Contributing Guide before making a pull request.

©️ License

MIT

About

🌐 Vue CLI 3.x plugin to add vue-i18n to your Vue Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.2%
  • Vue 6.8%