Skip to content

Commit 9969aad

Browse files
MachinisteWebsdras
authored andcommitted
[Doc EN]: typescript.md (#1679)
* New in with + symbol Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Review of 2.5.0 doc Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Review Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Fix syntax typo Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add space between new line of documentation Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Add @posva review Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Add french str Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Change directeur to director Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Fix EN doc Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Subtitle for typescript.md Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Revert instance.md Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com>
1 parent 779c5d5 commit 9969aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See [TypeScript compiler options docs](https://www.typescriptlang.org/docs/handb
3535

3636
## Development Tooling
3737

38-
## Project Creation
38+
### Project Creation
3939

4040
[Vue CLI 3](https://github.com/vuejs/vue-cli) can generate new projects that use TypeScript. To get started:
4141

@@ -47,7 +47,7 @@ npm install --global @vue/cli
4747
vue create my-project-name
4848
```
4949

50-
## Editor Support
50+
### Editor Support
5151

5252
For developing Vue applications with TypeScript, we strongly recommend using [Visual Studio Code](https://code.visualstudio.com/), which provides great out-of-the-box support for TypeScript. 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.
5353

0 commit comments

Comments
 (0)