mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:16:29 +08:00
feat(appendix): TypeScript installation (#1279)
* feat(appendix): TypeScript installation * Update installation.md * Update installation.md * Update installation.md * Update installation.md --------- Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
parent
411a4b8a46
commit
a587b01c4d
2 changed files with 16 additions and 6 deletions
|
@ -48,9 +48,14 @@ VS Code 拥有强大的扩展包生态系统,支持大多数编程语言的运
|
|||
|
||||
### JavaScript 环境
|
||||
|
||||
1. 下载并安装 [node.js](https://nodejs.org/en/) 。
|
||||
2. 在 VS Code 的插件市场中搜索 `javascript` ,安装 JavaScript (ES6) code snippets 。
|
||||
3. (可选)在 VS Code 的插件市场中搜索 `Prettier` ,安装代码格式化工具。
|
||||
1. 下载并安装 [Node.js](https://nodejs.org/en/) 。
|
||||
2. (可选)在 VS Code 的插件市场中搜索 `Prettier` ,安装代码格式化工具。
|
||||
|
||||
### TypeScript 环境
|
||||
|
||||
1. 同 JavaScript 环境安装步骤。
|
||||
2. 安装 [TypeScript Execute (tsx)](https://github.com/privatenumber/tsx?tab=readme-ov-file#global-installation) 。
|
||||
3. 在 VS Code 的插件市场中搜索 `typescript` ,安装 [Pretty TypeScript Errors](https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors) 。
|
||||
|
||||
### Dart 环境
|
||||
|
||||
|
|
|
@ -48,9 +48,14 @@ VS Code 擁有強大的擴展包生態系統,支持大多數程式語言的執
|
|||
|
||||
### JavaScript 環境
|
||||
|
||||
1. 下載並安裝 [node.js](https://nodejs.org/en/) 。
|
||||
2. 在 VS Code 的擴充功能市場中搜索 `javascript` ,安裝 JavaScript (ES6) code snippets 。
|
||||
3. (可選)在 VS Code 的擴充功能市場中搜索 `Prettier` ,安裝程式碼格式化工具。
|
||||
1. 下載並安裝 [Node.js](https://nodejs.org/en/) 。
|
||||
2. (可選)在 VS Code 的擴充功能市場中搜索 `Prettier` ,安裝程式碼格式化工具。
|
||||
|
||||
### TypeScript 環境
|
||||
|
||||
1. 同 JavaScript 環境安裝步驟。
|
||||
2. 安裝 [TypeScript Execute (tsx)](https://github.com/privatenumber/tsx?tab=readme-ov-file#global-installation) 。
|
||||
3. 在 VS Code 的擴充功能市場中搜索 `typescript` ,安裝 [Pretty TypeScript Errors](https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors) 。
|
||||
|
||||
### Dart 環境
|
||||
|
||||
|
|
Loading…
Reference in a new issue