Skip to content

eos3tion/egret-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

让egret进入命令行的方法

  1. 检查电脑是否有e:盘,我们以e:作为工作目录
  2. 如果没有e:盘(公司目前应该都是不做分区的,使用win10的机器,也不建议进行分区),执行下列操作:
    1. c:盘根目录创建workspace文件夹
    2. 直接下载此脚本startup.bat,放到c:根目录
    3. 执行startup.bat脚本
    4. 运行 gpedit.msc,调出组策略
    5. 找到 本地计算机 策略->计算机配置->Windows 设置->脚本(启动/关机)中的启动脚本设置,添加C:\startup.bat 设置成开机自动执行
  3. 将项目 clone 至 e:\egret-core
    cd /d e:
    git clone http://gitlab.tpulse.cn/h5game/egret-core.git
  4. 将此脚本egret.cmd 拷贝至%userprofile%\AppData\Roaming\npm 目录

About

改版白鹭,去除Native,优化渲染

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • TypeScript 3.7%
  • Other 0.1%