Nuxt/examples/spa/package.json

12 lines
160 B
JSON

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