Nuxt/examples/hello-world/package.json
2017-08-24 11:41:42 +02:00

12 lines
165 B
JSON

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