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风格,实现监视自动编译,提高开发效率
- Host: GitHub
- URL: https://github.com/ailhc/layatsautobuild
- Owner: AILHC
- License: mit
- Created: 2018-11-09T03:36:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T13:21:10.000Z (over 7 years ago)
- Last Synced: 2025-04-22T13:55:49.841Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 20.7 MB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# layaTsAmdProj
基于laya-typescript语言的项目,将typescript编译成amd风格的代码,实现自动编译和依赖,提高开发效率
# 使用
1. 下载vscode
2. vscode中Ctrl+Shift+B 选择tsconfig -监视
# 注意事项
1. 这样的项目没法用laya自带的工具发布项目
2. 可以使用gulp 自定义发布项目流程(已经实现,到时开源,可以发布到微信小游戏和web)