# harmony-vue **Repository Path**: 1585094062/harmony-vue ## Basic Information - **Project Name**: harmony-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-19 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # harmony-vue ## Project setup ``` pnpm install ``` ### Compiles and hot-reloads for development ``` pnpm run serve ``` ### Compiles and minifies for production ``` pnpm run build ``` ### js调用原生 ``` this.$bridge.callHandler( 'scanPaperDocumentsPassToOrigion', params, res => { } ) ``` ### 原生调用js ``` this.$bridge.registerHandler( 'callDeviceInstantMessageToWeb', (data, responseCallback) => { data = JSON.parse(data) this.mhs_showAgreeOrNotPhone(data) } ) ```