File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff 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
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
3434## Installing in an Already Created Project
3535
3636``` sh
37- vue add e2e-cypress
37+ vue add @vue/ e2e-cypress
3838```
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
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
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
You can’t perform that action at this time.
0 commit comments