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