diff --git a/docs/guide/installation.md b/docs/guide/installation.md index fb160be2f0..ba2ac553b5 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -24,3 +24,7 @@ You can check you have the right version (3.x) with this command: ```bash vue --version ``` + +# Upgrading generated projects + +Once a project is generated, bump everything to the latest version with npm update.