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

12 lines
174 B
JSON

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