Nuxt/examples/hello-world/package.json
2016-11-27 17:18:56 +01:00

10 lines
113 B
JSON

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