An open API service indexing awesome lists of open source software.

https://github.com/ailhc/layatsautobuild

master:基于laya-typescript语言的项目,将typescript编译成amd风格的代码,实现自动编译和依赖,提高开发效率;gulpBranch 利用gulp工具编译成commonjs风格,实现监视自动编译,提高开发效率
https://github.com/ailhc/layatsautobuild

Last synced: about 1 year ago
JSON representation

master:基于laya-typescript语言的项目,将typescript编译成amd风格的代码,实现自动编译和依赖,提高开发效率;gulpBranch 利用gulp工具编译成commonjs风格,实现监视自动编译,提高开发效率

Awesome Lists containing this project

README

          

# layaTsAmdProj
基于laya-typescript语言的项目,将typescript编译成amd风格的代码,实现自动编译和依赖,提高开发效率

# 使用
1. 下载vscode
2. vscode中Ctrl+Shift+B 选择tsconfig -监视
# 注意事项
1. 这样的项目没法用laya自带的工具发布项目
2. 可以使用gulp 自定义发布项目流程(已经实现,到时开源,可以发布到微信小游戏和web)