vue-cesium-jyt
Version:
Vue 3.x components for CesiumJS.
72 lines • 4.7 kB
JSON
{
"name": "vue-cesium-jyt",
"version": "3.0.10-fix2",
"description": "Vue 3.x components for CesiumJS.",
"author": "brantroy <815410240@qq.com>",
"homepage": "https://github.com/brantroy/vue-cesium#readme",
"keywords": [
"vue-cesium",
"vue-cesium-fix",
"cesium",
"webgl",
"gis",
"vue",
"webgis"
],
"license": "MIT",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./es/index.mjs"
},
"./es": "./es/index.mjs",
"./lib": "./lib/index.js",
"./*": "./*"
},
"main": "lib/index.js",
"module": "es/index.mjs",
"style": "dist/index.css",
"unpkg": "dist/index.full.js",
"jsdelivr": "dist/index.full.js",
"sideEffects": [
"dist/*",
"theme-default/*.css",
"theme-default/src/*.scss",
"es/components/*/style/*",
"lib/components/*/style/*",
"lib/components/**/*",
"es/components/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/brantroy/vue-cesium.git"
},
"bugs": {
"url": "https://github.com/brantroy/vue-cesium/issues"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@zouyaoji/heatmap.js": "^2.0.8",
"@vue/shared": "^3.2.26",
"echarts": "^5.2.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.1",
"mitt": "^3.0.0",
"proj4": "^2.7.5"
},
"vetur": {
"tags": "tags.json",
"attributes": "attributes.json"
},
"web-types": "web-types.json",
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"readme": "<!--\n * @Author: zouyaoji@https://github.com/zouyaoji\n * @Date: 2021-09-03 16:57:27\n * @LastEditTime: 2022-02-10 15:38:09\n * @LastEditors: zouyaoji\n * @Description:\n * @FilePath: \\vue-cesium@next\\README.md\n-->\n<p align=\"center\">\n <img width=\"300px\" src=\"https://zouyaoji.top/vue-cesium/favicon.png\">\n</p>\n\n<p align=\"center\">\n <a href=\"https://github.com/zouyaoji/vue-cesium/actions/workflows/publish-npm.yml\" target=\"_blank\">\n <img src=\"https://img.shields.io/github/workflow/status/zouyaoji/vue-cesium/Publish%20to%20NPM%20registry?style=plastic\">\n </a>\n <a href=\"https://www.npmjs.com/package/vue-cesium\" target=\"_blank\">\n <img src=\"https://img.shields.io/npm/v/vue-cesium/next?style=plastic\">\n </a>\n <a href=\"https://npmcharts.com/compare/vue-cesium?minimal=true\" target=\"_blank\">\n <img src=\"https://img.shields.io/npm/dm/vue-cesium?style=plastic\">\n </a>\n <a href=\"https://github.com/zouyaoji/vue-cesium/blob/dev/LICENSE\" target=\"_blank\">\n <img src=\"https://img.shields.io/github/license/zouyaoji/vue-cesium?style=plastic\">\n </a>\n <!-- <a href=\"https://coveralls.io/github/zouyaoji/vue-cesium?branch=dev\" target=\"_blank\">\n <img src=\"https://img.shields.io/coveralls/github/zouyaoji/vue-cesium?style=plastic\">\n </a> -->\n <br>\n</p>\n\n<p align=\"center\">VueCesium - A Vue 2.x & Vue 3.x based component library of CesiumJS for GISer.</p>\n\n- 💪 Vue 3.0 Composition API\n- 🔥 Written in TypeScript\n\n## Getting Started | [简体中文](./README.zh.md)\n\nYou can find for more details, API, and other docs on [https://zouyaoji.top/vue-cesium/#/](https://zouyaoji.top/vue-cesium/#/)\n\n- 中国大陆[加速镜像站点](https://vue-cesium.songluck.com)\n\nVueCesium supports loading the official CesiumJS, or other third-party platforms based on CesiumJS. The tested third-party libraries:\n\n- [CesiumJS](https://cesium.com/platform/cesiumjs/)\n- [SuperMap iClient3D for WebGL](http://support.supermap.com.cn:8090/webgl/web/index.html)\n- [Earth SDK](http://www.earthsdk.com/)\n- [Mars3D](http://mars3d.cn/)\n- [DC-SDK](http://dc.dvgis.cn/#/index)\n\n## Bootstrap project\n\nWith command\n\n```bash\n$ pnpm i\n```\n\nthe project will install all dependencies.\n\n## Document preview\n\nWith command\n\n```bash\n$ pnpm website-dev\n```\n\nthe project will launch website for you to preview all existing component\n\n## License\n\nVueCesium is open source software licensed as\n[MIT](https://github.com/zouyaoji/vue-cesium/blob/master/LICENSE).\n\nCopyright (c) 2018-present, zouyaoji 370681295@qq.com\n\n## Sponsors\n\n[See](https://zouyaoji.top/vue-cesium/#/en-US/donations)\n\n## Contributors\n\nThis project wouldn't exist without our amazing contributors\n\n<a href=\"https://github.com/zouyaoji/vue-cesium/graphs/contributors\">\n <img src=\"https://contrib.rocks/image?repo=zouyaoji/vue-cesium\" />\n</a>\n\n## References\n\nVueJS UI libraries: [quasar](https://github.com/quasarframework/quasar) and [element-plus](https://github.com/element-plus/element-plus).\n"
}