This is the source code for an article I wrote about adding internationalization to a Vue application. You can read the article here.
In the article I show how to take the default app created from the @vue/cli and add internationalization to it. Here is what it looks like:
npm install
npm run serve
npm run build
npm run test
npm run lint