Nuxt/examples/custom-loading/package.json

11 lines
138 B
JSON
Raw Normal View History

2016-11-11 14:30:11 +00:00
{
"name": "custom-loading",
"description": "",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"start": "nuxt"
}
}