Nuxt/examples/spa/package.json
2018-09-18 18:26:25 +02:00

12 lines
165 B
JSON

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