GitXplorerGitXplorer
A

layaTsAutoBuild

public
6 stars
4 forks
1 issues

Commits

List of commits on branch master.
Verified
e98733895b3e59c62ff198dd733af7ded1ca0689

Update README.md

AAILHC committed 6 years ago
Unverified
d5ae2204a79f8bd7bc3de2ae1e855cba8236f859

1. 提交代码

AAILHC committed 6 years ago
Unverified
6071073d54735d82f73fb9520314d39e3460095c

1. 删除3d资源

AAILHC committed 6 years ago
Unverified
d5fa2019bb79a4d813d92a9a207ffecfa62d2a60

1. 实现基本的自动编译和无需关心index中的脚本依赖

AAILHC committed 6 years ago
Unverified
5b02aee657445f12a6b7a983582606956e2deca4

增加requirejs库,配合tsconfig实现监视并自动编译,无需关心代码依赖问题

AAILHC committed 6 years ago
Verified
6c05250da9f665ac52fab3de7b496939be88a8e2

Initial commit

AAILHC committed 6 years ago

README

The README file for this repository.

layaTsAmdProj

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

使用

  1. 下载vscode
  2. vscode中Ctrl+Shift+B 选择tsconfig -监视

注意事项

  1. 这样的项目没法用laya自带的工具发布项目
  2. 可以使用gulp 自定义发布项目流程(已经实现,到时开源,可以发布到微信小游戏和web)