Nuxt/examples/spa/package.json

12 lines
159 B
JSON
Raw Normal View History

2017-08-18 13:44:43 +00:00
{
"name": "hello-nuxt",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt"
}
}