https://github.com/soakit/ts-axios
https://github.com/soakit/ts-axios
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soakit/ts-axios
- Owner: soakit
- Created: 2021-03-31T13:56:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T14:45:25.000Z (over 5 years ago)
- Last Synced: 2025-10-13T22:08:03.497Z (9 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 类型系统