mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: update minimal example
This commit is contained in:
parent
e3759ad553
commit
7973f5ed46
@ -19,8 +19,7 @@ The minimal `package.json` of your Nuxt application should looks like:
|
|||||||
"preview": "nuxt preview",
|
"preview": "nuxt preview",
|
||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"@nuxt/devtools": "latest",
|
|
||||||
"nuxt": "latest",
|
"nuxt": "latest",
|
||||||
"vue": "latest",
|
"vue": "latest",
|
||||||
"vue-router": "latest"
|
"vue-router": "latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user