1.0.1 • Published 2 years ago

shq-xbrid v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

xbrid

前端 xbrid 框架,用来跟客户端的 webview 之间服务调用和事件监听打通

安装

npm install @yd/xbrid --save --registry=http://10.126.154.169:4873

使用文档

Build Setup

# 源码路径: src/xbrid.js

# install dependencies
npm install

# 服务测试
npm run dev

# 打包xbrid
npm run build:xbrid

# 发布xbrid
npm run publish:xbrid

# 先打包再发布
npm run build:publish