Add vue-i18n dependency

This commit is contained in:
Sebastien Chopin 2017-04-14 12:52:13 +02:00
parent b49cf4d9d5
commit d1804e1b9b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# i18n with Nuxt.js # i18n with Nuxt.js
https://nuxtjs.org/examples/i18n https://nuxtjs.org/examples/i18n
https://github.com/kazupon/vue-i18n

View File

@ -1,7 +1,8 @@
{ {
"name": "nuxt-i18n", "name": "nuxt-i18n",
"dependencies": { "dependencies": {
"nuxt": "latest" "nuxt": "latest",
"vue-i18n": "^6.0.0"
}, },
"scripts": { "scripts": {
"dev": "nuxt", "dev": "nuxt",