Skip to content

Commit 1dfe73b

Browse files
committed
docs: update late install instructions
1 parent 23cf713 commit 1dfe73b

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

packages/@vue/cli-plugin-babel/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ module.exports = {
2929
## Installing in an Already Created Project
3030

3131
``` sh
32-
npm install -D @vue/cli-plugin-babel
33-
vue invoke babel
32+
vue add @vue/babel
3433
```
3534

3635
## Injected webpack-chain Rules

packages/@vue/cli-plugin-e2e-cypress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ We've pre-configured Cypress to place most of the e2e testing related files unde
3434
## Installing in an Already Created Project
3535

3636
``` sh
37-
vue add e2e-cypress
37+
vue add @vue/e2e-cypress
3838
```

packages/@vue/cli-plugin-eslint/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ module.exports = {
3434
## Installing in an Already Created Project
3535

3636
``` sh
37-
npm install -D @vue/cli-plugin-eslint
38-
vue invoke eslint
37+
vue add @vue/eslint
3938
```
4039

4140
## Injected webpack-chain Rules

packages/@vue/cli-plugin-pwa/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ module.exports = {
8080
## Installing in an Already Created Project
8181

8282
``` sh
83-
npm install -D @vue/cli-plugin-pwa
84-
vue invoke pwa
83+
vue add @vue/pwa
8584
```
8685

8786
## Injected webpack-chain Rules

packages/@vue/cli-plugin-typescript/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ If opted to use [TSLint](https://palantir.github.io/tslint/) during project crea
2525
## Installing in an Already Created Project
2626

2727
``` sh
28-
npm install -D @vue/cli-plugin-typescript
29-
vue invoke typescript
28+
vue add @vue/typescript
3029
```
3130

3231
## Injected webpack-chain Rules

0 commit comments

Comments
 (0)