Nuxt/examples/custom-layouts/package.json
2018-03-19 10:41:46 +08:00

12 lines
177 B
JSON

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