不靠谱学习笔记---Typescript
原文链接 https://catsugar.github.io/note/2017/10/19/notes-of-typescript.html
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。
这是一个不靠谱的学习笔记。想到啥写啥
安装 compiler
# install compiler
npm install -g typescript
装的时候被拒绝访问了,用管理员方式运行就好了。
编译
# compile
cd path
tsc file
Sublime添加TypeScript支持
(还是Sublime用着顺手,所以。。。。)
Ctrl + P 输入 TypeScript Ctrl + P 输入 TypescriptCompletion