From 059e225dcfed79562f341867f16b238599e22405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20H=C3=A1zi?= Date: Tue, 31 Jul 2018 16:02:46 +0200 Subject: [PATCH] Update app-installation.md Add warn about vue-cli requirement --- source/guide/app-installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/guide/app-installation.md b/source/guide/app-installation.md index f1d2262d..81e4a1dd 100644 --- a/source/guide/app-installation.md +++ b/source/guide/app-installation.md @@ -11,6 +11,11 @@ Using the Main Starter Kit is the recommended way to go in order to benefit from 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 +# or: +$ npm install -g vue-cli + # Node.js >= 8.9.0 is required. $ yarn global add quasar-cli # or: