:::tip NOTE We will be using ES6 in the code samples in the guide. Also, all examples will be using the full version of Vue to make on-the-fly template compilation possible. See more details here. ::: Creating a global application with Vue + Vue I18n is dead simple. With Vue.js, we are already composing our application with components. When adding Vue I18n to the mix, all we need to ready resource messages and simply use the localization API and they offered with Vue I18n. Here’s a basic example:
Apr 7, 2021Introduction Getting started Installation Guide Formatting Pluralization DateTime localization Number localization Locale messages syntax
Apr 7, 2021Compatibility Note Vue.js 3.0.0+ Direct Download https://unpkg.com/vue-i18n@next unpkg.com provides a npm-based CDN links. The above link will always point to the latest release on npm. Global import
Apr 7, 2021:::tip NOTE Already know Vue I18n v8.x and just want to learn about what’s new in Vue I18n v9? Check out the Migration Guide! ::: Vue I18n is internationalization plugin of Vue.js. It easily integrates some localization features to your Vue.js Application. Features includes: Go to Get Started Sponsors 🥇 Gold
Apr 7, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up