mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
docs: update minimal example
This commit is contained in:
parent
f14ef6bc95
commit
e473aff58f
@ -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