Nuxt/examples/vue-apollo/package.json
2017-07-27 16:26:03 +02:00

14 lines
239 B
JSON

{
"name": "nuxt-vue-apollo",
"dependencies": {
"apollo-client": "^1.9.0-1",
"nuxt": "latest",
"vue-apollo": "^2.1.0-beta.19"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}