An open API service indexing awesome lists of open source software.

https://github.com/soakit/ts-axios


https://github.com/soakit/ts-axios

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

          

## 1. 安装typescript

```bash
npm i typescript -g # 安装
tsc -v # 验证安装完成
```

## 2. 第一个ts程序

编写02.greet.ts
```bash
tsc 02.greet.ts
node 02.greet.js
```

## 3. 类型系统