Nuxt/examples/hello-world-jsx/package.json
2017-04-06 12:28:27 +02:00

12 lines
169 B
JSON

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