Package Exports
- bh-mobile-sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bh-mobile-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Wisedu Mobile JavaScript SDK
金智教育移动校园 JavaScript SDK
安装
npm install bh-mobile-sdk使用
import {init} from 'bh-mobile-sdk'
init(() => {
console.log(WISEDU_SDK)
})从 bh-mobile-sdk 中引入 init 方法,执行成功后,在全局变量里就会有 WISEDU_SDK