From 1f37c697dc533550d8ff7c585a72c9d8e8881448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Wolls=C3=A9n?= Date: Sat, 22 Sep 2018 23:50:12 +0300 Subject: [PATCH] Update installation.md As per https://github.com/vuejs/vue-cli/issues/1662#issuecomment-404184899 --- docs/guide/installation.md | 4 ++++ 1 file changed, 4 insertions(+) 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.