# TS **Repository Path**: stanlxl/TS ## Basic Information - **Project Name**: TS - **Description**: TypeScript学习路线 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-05 - **Last Updated**: 2023-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 学习 # TypeScript ```bash # 克隆项目 git clone https://gitee.com/stanlxl/TS.git # 进入项目目录 cd TS # 安装依赖 1.按照TS npm i typescript -g 2.创建文件 执行 TSC -INIT 初步依赖 TSC-W 将TS转为JS 3.使用NODE 执行 js文件