Nuxt/examples/hello-world-jsx/package.json
Sébastien Chopin bea7b73ad5 Example with JSX
2017-02-17 16:12:20 +01:00

12 lines
163 B
JSON

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