docs: update minimal example

This commit is contained in:
Daniel Roe 2024-11-11 20:37:35 +00:00
parent f14ef6bc95
commit e473aff58f
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -19,8 +19,7 @@ The minimal `package.json` of your Nuxt application should looks like:
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"dependencies": {
"nuxt": "latest",
"vue": "latest",
"vue-router": "latest"