Skip to content

Commit eaedd4c

Browse files
prigarachrisvfritz
authored andcommitted
typescript.md: mentioned support in WebStorm (#1240)
1 parent 6695893 commit eaedd4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/v2/guide/typescript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ For developing Vue applications with TypeScript, we strongly recommend using [Vi
4141

4242
If you are using [single-file components](./single-file-components.html) (SFCs), get the awesome [Vetur extension](https://github.com/vuejs/vetur), which provides TypeScript inference inside SFCs and many other great features.
4343

44+
[WebStorm](https://www.jetbrains.com/webstorm/) also provides out-of-the-box support for both TypeScript and Vue.js.
45+
4446
## Basic Usage
4547

4648
To let TypeScript properly infer types inside Vue component options, you need to define components with `Vue.component` or `Vue.extend`:

0 commit comments

Comments
 (0)