Update examples

This commit is contained in:
Sébastien Chopin 2017-02-10 01:20:22 +01:00
parent 7cb65ce21c
commit bc47bdb24b
3 changed files with 7 additions and 0 deletions

3
examples/i18n/README.md Normal file
View File

@ -0,0 +1,3 @@
# i18n with Nuxt.js
https://nuxtjs.org/examples/i18n

View File

@ -1,6 +1,7 @@
{
"name": "i18n",
"dependencies": {
"axios": "^0.15.3",
"nuxt": "latest"
},
"scripts": {

View File

@ -0,0 +1,3 @@
# Middleware with Nuxt.js
https://nuxtjs.org/examples/middleware