Nuxt/examples/dynamic-components/package.json
2017-07-02 20:47:01 +02:00

12 lines
171 B
JSON

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