# ThreeMap
**Repository Path**: deer_bambi_hly/three-map
## Basic Information
- **Project Name**: ThreeMap
- **Description**: 使用threejs实现的中国地图
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 1
- **Created**: 2025-01-15
- **Last Updated**: 2025-09-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# @vrv/map
基于threejs的中国地图

下探功能

## 安装
```
npm install @vrv/three-map --registry http://192.168.119.21:4873/
```
## 使用
```
main.js 中
import Map from '@vrv/three-map/three-map.umd.js'
import '@vrv/three-map/three-map.css'
Vue.use(Map)
在html的请求头加上
```
### 包含组件
```
```
## 二次开发 发布组件
```
npm adduser --registry http://192.168.119.21:4873/ //创建用户
npm login --registry http://192.168.119.21:4873/ //登录
npm publish --registry http://192.168.119.21:4873/ //发布命令
npm unpublish [packageName] --registry http://192.168.119.21:4873/ --force //删除版本
```