Nuxt/examples/dynamic-components/package.json
Sebastien Chopin b8e9c0f8aa Use rc3
2017-08-01 14:16:15 +02:00

12 lines
175 B
JSON

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