
An example project of using TypeScript in Cocos Creator.
Creator-TypeScript-Boilerplate is a sample project that showcases how to use TypeScript in Cocos Creator. The project provides a simple MVC architecture implementation using TypeScript classes and generics, and includes a Hello module that demonstrates the use of async/await and fetch to make network requests. The project also includes polyfills for Fetch. The installation process and usage instructions are provided in the project documentation.
Creator-TypeScript-Boilerplate is a sample project that demonstrates the usage of TypeScript in Cocos Creator. It provides TypeScript support for Cocos Creator projects and showcases the implementation of an MVC architecture using TypeScript classes and generics. The project also includes a Hello module that demonstrates the use of async/await and fetch functionality. The installation process and usage instructions are provided in the project documentation.
