# vue-cesium **Repository Path**: JonSo/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**: 171 - **Created**: 2022-05-11 - **Last Updated**: 2022-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


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

- 💪 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 ## References VueJS UI libraries: [quasar](https://github.com/quasarframework/quasar) and [element-plus](https://github.com/element-plus/element-plus).