# egret **Repository Path**: Wander_Wang/egret ## Basic Information - **Project Name**: egret - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2021-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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```构建代码