KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
vue-cesium-supermap
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
vue-cesium-v2
:
🎉 Vue 2.x & Vue 3.x components for CesiumJS.
vue-iClient3D_for_Cesium
:
No description available.
cesium-vue-electron
:
Cesium development template based on vueCli 4.x.x + and electron 6.x.x +
KibaCesium
:
使用开源Cesium+Vue实现倾斜摄影三维展示
cesium-web-vue
:
记录cesium实现的各种需求并封装
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vue-cesium-supermap
?
Download (.md)
# VUE SUPERMAP CESIUM <p align="center"> <img src="https://lauxb.github.io/vue-cesium-supermap/Cesium/favicon.png" width="200px"> </p> <p align="center">SuperMap iClient 3D for WebGL(built on Cesium) components for Vue 2.x</p> []() []() [](http://packagequality.com/#?package=vue-cesium-supermap) []() []() ## Languages - [中文](https://github.com/lauxb/vue-cesium-supermap/blob/master/README.zh.md) - [English](https://github.com/lauxb/vue-cesium-supermap/blob/master/README.md) ## Documentation [https://lauxb.github.io/vue-cesium-supermap](https://lauxb.github.io/vue-cesium-supermap) ## Get Start ### Installation ```bash npm i --save vue-cesium-supermap ``` ### Initialization ```javascript import Vue from 'vue' import SuperMapCesium from 'vue-cesium-supermap' Vue.use(SuperMapCesium, { // cesiumPath is the path of the Cesium library, such as // cesiumPath: './static/Cesium' // use online reference for http // cesiumPath: 'http://support.supermap.com.cn:8090/webgl/Build' // use online reference for https cesiumPath: 'https://lauxb.github.io/vue-cesium-supermap/Cesium' }) ``` ### Usage ```vue <template> <div class="content"> <sm-viewer> </sm-viewer> </div> </template> <style> .content { background-color: #f9f9f9; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } </style> ``` ## Contributing [Contributing Guide](https://github.com/lauxb/vue-cesium-supermap/blob/master/CONTRIBUTING.md) ## License [MIT License](https://opensource.org/licenses/MIT) Copyright (c) 2018-present, lauxb <188013260@qq.com> ## Thanks I referenced a lot from the [vue-baidu-map](https://github.com/Dafrok/vue-baidu-map) and [vue-supermap-cesium](https://github.com/zouyaoji/vue-supermap-cesium) projects. Thanks very much!