Nuxt/examples/custom-loading/package.json

11 lines
138 B
JSON

{
"name": "custom-loading",
"description": "",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"start": "nuxt"
}
}