# AS-Panorama
**Repository Path**: git-yangrui/as-panorama
## Basic Information
- **Project Name**: AS-Panorama
- **Description**: vue全景图组件,渲染全景图,切换全景图,全景图内根据经纬度添加标记点;
该组件使用options Api写法,vue2.x与vue3.x都可以使用
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 12
- **Created**: 2023-10-25
- **Last Updated**: 2023-10-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# AS-Panorama
vue全景图组件,渲染全景图,切换全景图,全景图内根据经纬度添加标记点;
该组件使用options Api写法,vue2.x与vue3.x都可以使用
demo:[https://was666.gitee.io/as-panorama](https://was666.gitee.io/as-panorama)
## 组件使用示例:
```js
```
## Project setup
```cmd
npm install
```
### Compiles and hot-reloads for development
```cmd
npm serve
```
### Compiles and minifies for production
```cmd
npm build
```
### Lints and fixes files
```cmd
npm lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).