From 9b737b60cad776728dfd6b890762e2cb9a6d88c5 Mon Sep 17 00:00:00 2001 From: Adrian Velcich Date: Sun, 19 Aug 2018 13:29:07 +0200 Subject: [PATCH] Update index.md Update the installation instructions for `vue-cli` to refer to v3.x.x -> yarn global add @vue/cli --- source/guide/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/guide/index.md b/source/guide/index.md index 5ccf42b0..90f4768d 100644 --- a/source/guide/index.md +++ b/source/guide/index.md @@ -65,10 +65,10 @@ If you want to be able to build: First, we install Quasar CLI. Make sure you have Node >=8 and NPM >=5 installed on your machine. ```bash -# make sure you have vue-cli globally installed -$ yarn global add vue-cli +# make sure you have @vue/cli globally installed +$ yarn global add @vue/cli # or: -$ npm install -g vue-cli +$ npm install -g @vue/cli # Node.js >= 8.9.0 is required. $ yarn global add quasar-cli