# 百度地图选点 **Repository Path**: codersyw/baidu-map-point-selection ## Basic Information - **Project Name**: 百度地图选点 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-22 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用rspack搭建的demo,功能模仿腾讯地图选点组件开发,基本实现1比1交互效果与功能。 ## Project setup ``` npm install ``` ## 配置自己申请的百度地图开发者AK ``` baiduMap.js中配置AK ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).