# JsBridge **Repository Path**: hani-code/js-bridge ## Basic Information - **Project Name**: JsBridge - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JsBridge 恒利自研App jsbridge npm 仓库 ## Install `npm install --save http://gitlab.fosunhani.com/App/JsBridge.git` or use `dist/jsBridge.js` without webpack ## Usage ```javascript import JsBridge from 'jsbridge' ``` For standalone usage: ```html ```