Nuxt/examples/hello-world/package.json
2016-11-27 13:39:52 +01:00

10 lines
111 B
JSON

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