:::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: