摘要:
git 配置和命令 一、用户信息配置以及底层命令 1. 用户信息配置 git config --global user.name "example" git config --global user.email example@example.com 要检查已有的配置信息,可以使用 git conf 阅读全文
posted @ 2020-08-23 19:30
青山绿水ccc
阅读(149)
评论(0)
推荐(1)
摘要:
一、安装指令 1. npm i typescript -g 全局安装 2. tsc -h 帮助指令 3. npm -init 出现配置文件 tsconfig.json ,常用配置为 target,outFile 4. ctrl+shift+B tsc:监视 - tsconfig.json,然后就可以 阅读全文
posted @ 2020-08-23 11:39
青山绿水ccc
阅读(160)
评论(0)
推荐(0)