Skip to content

Commit bcb3d27

Browse files
authored
Update using-with-typescript.md
1 parent 563ee3c commit bcb3d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guides/using-with-typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this guide, we'll walk through how to setup a testing setup for a TypeScript
1111
First you need to create a project. If you don't have Vue CLI installed, install it globally:
1212

1313
```shell
14-
$ npm install -g @vue/cli-service-global
14+
$ npm install -g @vue/cli
1515
```
1616

1717
And create a project by running:

0 commit comments

Comments
 (0)