Nuxt/examples/async-component-injection/package.json
2017-07-10 13:52:10 +02:00

12 lines
174 B
JSON

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