Nuxt/examples/hello-world/package.json
Sébastien Chopin 763ca011e9 Update scripts
2017-07-08 19:47:23 +02:00

12 lines
159 B
JSON

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