PUREMVC 开源框架一

1、下载代码(这个是typescript版本的)

https://github.com/PureMVC/puremvc-typescript-multicore-framework

PUREMVC 开源框架一第一步 下载TypeScript 编译器 tsc

第二步 下载ant/jdk

第三步  重命名build文件夹下的user.properties.sample 改成user.properties

之后配置user.properties,将编辑路径填上

例如: (windows) typescript.compiler.path = "C:\\Users\\xxxx\\AppData\\Roaming\\npm\\tsc.cmd"

第四步  进入build目录,执行ant命令

 

PUREMVC 开源框架一

看到BUILD SUCCESSFUL的话就证明typescript的PUREMVC已经构建完成了。