remove global vue cli instruction from readme

This commit is contained in:
Brian Terlson 2018-07-12 16:39:36 -07:00
Родитель a8fdf63880
Коммит d135f68fd0
1 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -6,13 +6,7 @@ Clone directly from GitHub or from your Try Azure App Service instance.
## Running the Application Locally
After cloning, first make sure you have the Vue CLI installed:
```
> npm install -g @vue/cli
```
Next, install the necessary npm dependencies and use the `serve` npm command to start a local development server.
Install the necessary npm dependencies and use the `serve` npm command to start a local development server.
```
> npm install