script start for hello-world

This commit is contained in:
Sébastien Chopin 2016-11-27 14:36:13 +01:00
parent 4df30ca992
commit d1920860c0

View File

@ -4,6 +4,6 @@
"nuxt": "latest" "nuxt": "latest"
}, },
"scripts": { "scripts": {
"dev": "nuxt" "start": "nuxt"
} }
} }