Nuxt/examples/async-component-injection/package.json

12 lines
174 B
JSON
Raw Normal View History

2017-07-08 23:44:59 +00:00
{
"name": "components-injection-nuxt",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt"
}
}