Nuxt/examples/async-data/package.json
Sébastien Chopin 1f7508d033 Update example
2017-07-08 18:05:44 +02:00

13 lines
193 B
JSON

{
"name": "nuxt-async-data",
"dependencies": {
"axios": "latest",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}