mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"name": "example-axios",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.0.0",
|
|
"@nuxtjs/proxy": "^1.1.2",
|
|
"nuxt-edge": "latest"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|