Nuxt/examples/extend-app/package.json
2016-11-21 14:15:08 +01:00

12 lines
170 B
JSON

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