https://github.com/egret-labs/egret-examples
egret-examples
https://github.com/egret-labs/egret-examples
Last synced: about 1 month ago
JSON representation
egret-examples
- Host: GitHub
- URL: https://github.com/egret-labs/egret-examples
- Owner: egret-labs
- Created: 2014-05-25T15:23:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T06:35:35.000Z (over 5 years ago)
- Last Synced: 2025-03-29T18:08:30.125Z (about 2 months ago)
- Language: TypeScript
- Size: 10.1 MB
- Stars: 286
- Watchers: 76
- Forks: 203
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Egret Examples
==============### 如何运行
* 安装Egret> 您可以访问[egret-core](https://github.com/egret-labs/egret-core)来安装 Egret
* 下载 egret-examples
* 将下载后的 egret-examples 解压到与egret平级文件夹,该文件夹在下文中被称为 {examples}> 开发者可以将该文件夹安装到其他位置,但是为了整体结构整洁,建议解压到与 egret 平级的文件夹
* 编译 Examples
执行以下脚本
```
cd {examples}
egret build CoreExample -e
egret build EUIExample -e
```> 注意:不要忽略 ```-e``` 参数
* 启动 Examples
执行以下脚本
```
cd {examples}
egret startserver CoreExample
```