摘要: 参考文档: https://blog.csdn.net/haodawang/article/details/78669768 1. 首先我们需要安装typescript的tsc编译器 cnpm install --save typescript 2. 执行命令 npm init 3. 执行命令 ts 阅读全文
posted @ 2019-08-06 15:41 Ken-Cai 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 文档1: 4. 运行编译命令 tsc 5. 运行程序 node bin/Hello.js 阅读全文
posted @ 2019-08-06 15:09 Ken-Cai 阅读(606) 评论(0) 推荐(0) 编辑