# vue-cesium **Repository Path**: geosns/vue-cesium ## Basic Information - **Project Name**: vue-cesium - **Description**: Vue 3.x components for CesiumJS. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: dev - **Homepage**: https://zouyaoji.top/vue-cesium - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 168 - **Created**: 2023-01-05 - **Last Updated**: 2023-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


Vue for Cesium - A Vue 3.x based component library of CesiumJS for developers.

- 💪 Vue 3.0 Composition API - 🔥 Written in TypeScript - 🎉 Joined the [Cesium Certified Developer Program](https://cesium.com/learn/certified-developer-directory/)

## 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) Vue for Cesium 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) For other untested platforms, Vue for Cesium can also be used, and a callback method can be passed in through the viewerCreator of the vc-viewer component. The initialization process of the viewer is handled by the user, and the viewer can be returned after initialization. [See details](https://github.com/zouyaoji/vue-cesium/blob/dev/packages/components/viewer/src/useViewer.ts#L725) ## 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 Vue for Cesium 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 ## References VueJS UI libraries: [quasar](https://github.com/quasarframework/quasar) and [element-plus](https://github.com/element-plus/element-plus).