docs: update late install instructions

This commit is contained in:
Evan You
2018-05-17 14:56:00 -04:00
parent 23cf71314a
commit 1dfe73bb5e
5 changed files with 5 additions and 9 deletions

View File

@@ -29,8 +29,7 @@ module.exports = {
## Installing in an Already Created Project
``` sh
npm install -D @vue/cli-plugin-babel
vue invoke babel
vue add @vue/babel
```
## Injected webpack-chain Rules

View File

@@ -34,5 +34,5 @@ We've pre-configured Cypress to place most of the e2e testing related files unde
## Installing in an Already Created Project
``` sh
vue add e2e-cypress
vue add @vue/e2e-cypress
```

View File

@@ -34,8 +34,7 @@ module.exports = {
## Installing in an Already Created Project
``` sh
npm install -D @vue/cli-plugin-eslint
vue invoke eslint
vue add @vue/eslint
```
## Injected webpack-chain Rules

View File

@@ -80,8 +80,7 @@ module.exports = {
## Installing in an Already Created Project
``` sh
npm install -D @vue/cli-plugin-pwa
vue invoke pwa
vue add @vue/pwa
```
## Injected webpack-chain Rules

View File

@@ -25,8 +25,7 @@ If opted to use [TSLint](https://palantir.github.io/tslint/) during project crea
## Installing in an Already Created Project
``` sh
npm install -D @vue/cli-plugin-typescript
vue invoke typescript
vue add @vue/typescript
```
## Injected webpack-chain Rules