Nuxt/examples/dynamic-components/package.json
2017-07-09 01:44:59 +02:00

12 lines
172 B
JSON

{
"name": "dynamic-components-nuxt",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt"
}
}