Nuxt/examples/custom-loading/package.json
Sébastien Chopin e7f0200a58 Update examples
2017-02-10 02:22:33 +01:00

12 lines
174 B
JSON

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