mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-29 23:02:42 +00:00
Add vue-i18n dependency
This commit is contained in:
parent
b49cf4d9d5
commit
d1804e1b9b
@ -1,3 +1,5 @@
|
||||
# i18n with Nuxt.js
|
||||
|
||||
https://nuxtjs.org/examples/i18n
|
||||
|
||||
https://github.com/kazupon/vue-i18n
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "nuxt-i18n",
|
||||
"dependencies": {
|
||||
"nuxt": "latest"
|
||||
"nuxt": "latest",
|
||||
"vue-i18n": "^6.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
|
Loading…
Reference in New Issue
Block a user