# vue_baidu_map_test **Repository Path**: makeryjn/vue_baidu_map_test ## Basic Information - **Project Name**: vue_baidu_map_test - **Description**: 采用baidu_map组件完成定位打卡设置区域考勤功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-02-28 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_baidu_map_test > 采用vue-baidu-map组件做的打卡功能的实现 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). vue-baidu-map参考文档:[Vue Baidu Map (dafrok.github.io)](https://dafrok.github.io/vue-baidu-map/#/zh/map/baidu-map) vue-baidu-map项目源码学习地址:https://github.com/Dafrok/vue-baidu-map.git 经纬度计算两点之间的距离:[根据两点经纬度计算距离 - whh - 博客园 (cnblogs.com)](https://www.cnblogs.com/ycsfwhh/archive/2010/12/20/1911232.html)