mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
16 lines
209 B
JSON
16 lines
209 B
JSON
{
|
|
"name": "routes-transition",
|
|
"description": "",
|
|
"dependencies": {
|
|
"nuxt": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "../../bin/nuxt"
|
|
},
|
|
"config": {
|
|
"nuxt": {
|
|
"port": 4000
|
|
}
|
|
}
|
|
}
|