Nuxt/examples/async-data/package.json

12 lines
158 B
JSON
Raw Normal View History

{
"name": "async-data",
"description": "",
"dependencies": {
"axios": "^0.15.2",
"nuxt": "latest"
},
"scripts": {
"start": "nuxt"
}
}