Nuxt/examples/spa/package.json
2018-03-19 10:41:46 +08:00

12 lines
160 B
JSON

{
"name": "example-spa",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt"
}
}