egret icon indicating copy to clipboard operation
egret copied to clipboard

Egret

面向现代 JavaScript 技术的白鹭引擎v6.0

如何构建

  1. 安装 NodeJS 14.x 版本及 npm
  2. 推荐使用 Visual Studio Code 作为代码编辑器
  3. 执行 npm install @microsoft/rush -g 全局安装 rush
  4. 执行 rush update 更新代码依赖项
  5. 执行 rush build构建代码