Nuxt/examples/nuxt-prefetch/package.json

12 lines
174 B
JSON
Raw Normal View History

{
"name": "example-hello-world",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}