1.1.3 • Published 2 years ago

epii-boot v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago