Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.
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