mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
418 B
418 B
title | description |
---|---|
nuxi upgrade | The upgrade command upgrades Nuxt 3 to the latest version. |
nuxi upgrade
npx nuxi upgrade [--force|-f]
The upgrade
command upgrades Nuxt 3 to the latest version.
Option | Default | Description |
---|---|---|
--force, -f |
false |
Removes node_modules and lock files before upgrade. |