Nuxt/examples/custom-routes/package.json

13 lines
199 B
JSON

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