UNPKG

iframe-simple-api

Version:

====================== `var fw = new Framework();` 父应用: `var config = {` ` userID:'123456'` `}` `fw.reg(config)` 子应用初始化: `fw.subInit({arr,success,error})`

32 lines (31 loc) 655 B
{ "name": "iframe-simple-api", "version": "1.1.5", "description": "", "main": "./dist/iframeAPI.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "ssh://git@code.shenjugroup.com:10022/xiangchunyu/webapp-sdk.git" }, "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.10.3", "ali-oss": "^6.9.1", "babel-loader": "^8.1.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "dependencies": { }, "babel": { "presets": [ "@babel/env" ] } }