doc
This commit is contained in:
13
docs/chapter1/02_安装TS.md
Normal file
13
docs/chapter1/02_安装TS.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 2. 安装 TypeScript
|
||||
|
||||
命令行运行如下命令,全局安装 TypeScript:
|
||||
|
||||
```bash
|
||||
npm install -g typescript
|
||||
```
|
||||
|
||||
安装完成后,在控制台运行如下命令,检查安装是否成功(3.x):
|
||||
|
||||
```bash
|
||||
tsc -V
|
||||
```
|
||||
Reference in New Issue
Block a user