Nuxt/examples/vue-apollo/package.json

13 lines
206 B
JSON
Raw Normal View History

2017-04-14 10:52:27 +00:00
{
"name": "nuxt-vue-apollo",
2017-04-14 10:52:27 +00:00
"dependencies": {
2017-08-03 09:20:05 +00:00
"@nuxtjs/apollo": "^1.0.0",
"nuxt": "^1.0.0-rc3"
2017-04-14 10:52:27 +00:00
},
"scripts": {
"dev": "nuxt",
2017-04-14 10:52:27 +00:00
"build": "nuxt build",
"start": "nuxt start"
2017-04-14 10:52:27 +00:00
}
}