1.5.27 • Published 9 months ago

nativetoh5 v1.5.27

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

使用说明

  • 引用npm包
npm i -D nativetoh5
  • 使用npm包
import {getNativeToH5} from 'nativetoh5'
  • 初始化协议对象
getNativeToH5().then((res)=>{
    let yourSelfName = new res();
    yourSelfName.init();
    console.log(yourSelfName.name);
    console.log(yourSelfName.version);
})

协议说明

点击查看

1.5.27

9 months ago

1.4.50

10 months ago

1.4.49

10 months ago

1.4.44

10 months ago

1.4.43

10 months ago

1.4.33

10 months ago