# internetmap-crs
**Repository Path**: hutooq/internetmap-crs
## Basic Information
- **Project Name**: internetmap-crs
- **Description**: 互联网地图坐标系转换,包括百度坐标、火星坐标、WGS84、CGCS2000和各地理坐标对应的投影坐标。
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2023-03-28
- **Last Updated**: 2024-12-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 安装
```
$ npm install
```
或者
```
$ npm install --registry=https://registry.npm.taobao.org
```
### 运行
```
$ npm run serve
```
### 打包
```
$ npm run build
```
### 说明
使用了以下框架和库。
- [Vue 文档](https://cn.vuejs.org/)
- [Vue-Router 文档](https://router.vuejs.org/zh/)
- [Vue Baidu Map 文档](https://dafrok.github.io/vue-baidu-map/#/zh/index)