1.1.3 • Published 7 months ago

epii-boot v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

epii-boot 教程

npm包启动引擎

开放方法

  • bootStart
  • onBootFinish
 import { bootStart,onBootFinish } from "epii-boot";

//开启引擎,读取npm依赖包
bootStart(data?: any, projectDir?: string | null): Promise<void>;

//读取结束后,执行回调
onBootFinish(fun: Function): void
1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.5

8 months ago

1.0.3

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago