File tree 5 files changed +5
-9
lines changed 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ module.exports = {
29
29
## Installing in an Already Created Project
30
30
31
31
``` sh
32
- npm install -D @vue/cli-plugin-babel
33
- vue invoke babel
32
+ vue add @vue/babel
34
33
```
35
34
36
35
## Injected webpack-chain Rules
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ We've pre-configured Cypress to place most of the e2e testing related files unde
34
34
## Installing in an Already Created Project
35
35
36
36
``` sh
37
- vue add e2e-cypress
37
+ vue add @vue/ e2e-cypress
38
38
```
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ module.exports = {
34
34
## Installing in an Already Created Project
35
35
36
36
``` sh
37
- npm install -D @vue/cli-plugin-eslint
38
- vue invoke eslint
37
+ vue add @vue/eslint
39
38
```
40
39
41
40
## Injected webpack-chain Rules
Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ module.exports = {
80
80
## Installing in an Already Created Project
81
81
82
82
``` sh
83
- npm install -D @vue/cli-plugin-pwa
84
- vue invoke pwa
83
+ vue add @vue/pwa
85
84
```
86
85
87
86
## Injected webpack-chain Rules
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ If opted to use [TSLint](https://palantir.github.io/tslint/) during project crea
25
25
## Installing in an Already Created Project
26
26
27
27
``` sh
28
- npm install -D @vue/cli-plugin-typescript
29
- vue invoke typescript
28
+ vue add @vue/typescript
30
29
```
31
30
32
31
## Injected webpack-chain Rules
You can’t perform that action at this time.
0 commit comments