Nuxt/examples/hello-world/package.json

10 lines
113 B
JSON

{
"name": "hello-nuxt",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"start": "nuxt"
}
}