1. 首页
  2. 数据库
  3. 其它
  4. design_patterns_in_typescript:TypeScript中的设计模式实现 源码

design_patterns_in_typescript:TypeScript中的设计模式实现 源码

上传者: 2021-02-25 21:26:18上传 ZIP文件 36.17KB 热度 20次
TypeScript中的设计模式 以下是TypeScript中以下设计模式的实现: 创造力的 结构模式 行为模式 编译项目 $ git clone https://github.com/torokmark/design_patterns_in_typescript.git $ cd design_patterns_in_typescript $ tsc 根目录中有一个tsconfig.json文件,负责编译器选项。 设置后,默认目标现在为Ecmascript5。 任何其他选项都在这里。 默认情况下,输出为patterns.js文件。 要仅编译一种模式,请使用以下命令。 $ cd de
下载地址
用户评论