Nuxt/examples/custom-loading/package.json

12 lines
177 B
JSON
Raw Normal View History

2016-11-11 14:30:11 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-custom-loading",
2016-11-11 14:30:11 +00:00
"dependencies": {
"nuxt": "latest"
},
"scripts": {
2017-02-10 01:22:33 +00:00
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
2016-11-11 14:30:11 +00:00
}
}