# IndoorPosition.H5 **Repository Path**: indoor-positioning/h5 ## Basic Information - **Project Name**: IndoorPosition.H5 - **Description**: 室内定位手机端Webview运行页面程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-24 - **Last Updated**: 2022-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 室内定位手机端Webview运行页面程序 ## 脚手架 yeoman generator-webap 运行 ``` npm run start ``` 生成 ``` npm run build ``` ## 用到的库 - [babylonjs](https://www.babylonjs.com/) WebGL三维渲染引擎,用于展示模型 - [turf](http://turfjs.org/) 地理空间分析库,用于计算三角定位 ## Cordova 项目生成之后是用于手机端的,会用[Cordova](https://cordova.apache.org/)打包成手机APP,并使用cordova插件调用手机APP的能力,获取beacon设备,因此index页需要添加cordova.js的引用 ```html ```