Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Update index.MD to reflect new vue CLI 3.x.x #575

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down