vue-cesium-jyt
Version:
Vue 3.x components for CesiumJS.
93 lines (66 loc) • 2.94 kB
Markdown
<!--
* @Author: zouyaoji@https://github.com/zouyaoji
* @Date: 2021-09-03 16:57:27
* @LastEditTime: 2022-02-10 15:38:09
* @LastEditors: zouyaoji
* @Description:
* @FilePath: \vue-cesium@next\README.md
-->
<p align="center">
<img width="300px" src="https://zouyaoji.top/vue-cesium/favicon.png">
</p>
<p align="center">
<a href="https://github.com/zouyaoji/vue-cesium/actions/workflows/publish-npm.yml" target="_blank">
<img src="https://img.shields.io/github/workflow/status/zouyaoji/vue-cesium/Publish%20to%20NPM%20registry?style=plastic">
</a>
<a href="https://www.npmjs.com/package/vue-cesium" target="_blank">
<img src="https://img.shields.io/npm/v/vue-cesium/next?style=plastic">
</a>
<a href="https://npmcharts.com/compare/vue-cesium?minimal=true" target="_blank">
<img src="https://img.shields.io/npm/dm/vue-cesium?style=plastic">
</a>
<a href="https://github.com/zouyaoji/vue-cesium/blob/dev/LICENSE" target="_blank">
<img src="https://img.shields.io/github/license/zouyaoji/vue-cesium?style=plastic">
</a>
<!-- <a href="https://coveralls.io/github/zouyaoji/vue-cesium?branch=dev" target="_blank">
<img src="https://img.shields.io/coveralls/github/zouyaoji/vue-cesium?style=plastic">
</a> -->
<br>
</p>
<p align="center">VueCesium - A Vue 2.x & Vue 3.x based component library of CesiumJS for GISer.</p>
- 💪 Vue 3.0 Composition API
- 🔥 Written in TypeScript
## Getting Started | [简体中文](./README.zh.md)
You can find for more details, API, and other docs on [https://zouyaoji.top/vue-cesium/#/](https://zouyaoji.top/vue-cesium/#/)
- 中国大陆[加速镜像站点](https://vue-cesium.songluck.com)
VueCesium supports loading the official CesiumJS, or other third-party platforms based on CesiumJS. The tested third-party libraries:
- [CesiumJS](https://cesium.com/platform/cesiumjs/)
- [SuperMap iClient3D for WebGL](http://support.supermap.com.cn:8090/webgl/web/index.html)
- [Earth SDK](http://www.earthsdk.com/)
- [Mars3D](http://mars3d.cn/)
- [DC-SDK](http://dc.dvgis.cn/#/index)
## Bootstrap project
With command
```bash
$ pnpm i
```
the project will install all dependencies.
## Document preview
With command
```bash
$ pnpm website-dev
```
the project will launch website for you to preview all existing component
## License
VueCesium is open source software licensed as
[MIT](https://github.com/zouyaoji/vue-cesium/blob/master/LICENSE).
Copyright (c) 2018-present, zouyaoji 370681295@qq.com
## Sponsors
[See](https://zouyaoji.top/vue-cesium/#/en-US/donations)
## Contributors
This project wouldn't exist without our amazing contributors
<a href="https://github.com/zouyaoji/vue-cesium/graphs/contributors">
<img src="https://contrib.rocks/image?repo=zouyaoji/vue-cesium" />
</a>
## References
VueJS UI libraries: [quasar](https://github.com/quasarframework/quasar) and [element-plus](https://github.com/element-plus/element-plus).