• Stars
    star
    284
  • Rank 145,616 (Top 3 %)
  • Language
    TypeScript
  • Created over 10 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

egret-examples

Egret Examples

如何运行

  • 安装Egret

您可以访问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