Nuxt/examples/jsx/package.json
2017-12-10 01:55:59 +08:00

12 lines
161 B
JSON

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