
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
gd-cesium-analysis-tools
Advanced tools
# 安装组件
npm install gd-cesium-analysis-tools -S
# 安装所需依赖
npm install vue axios element-ui js-base64 -S
把态资源包Cesium包拷贝到项目工程的静态目录public下。
修改项目工程的index.html文件,加入以下代码:
<script src="./Cesium/Cesium.js"></script>
<script>window.CESIUM_BASE_URL = './Cesium'</script>
import GdCesiumAnalysisTools from 'gd-cesium-analysis-tools'
import 'gd-cesium-analysis-tools/index.css'
// 注册element-ui组件库
import ElementUI from 'element-ui'
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(GdCesiumAnalysisTools)
Vue.use(ElementUI, { zhLocale })
在需要使用组件的vue文件里直接使用analysisTools组件
<template>
<div>
<analysisTools />
</div>
</template>
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
FAQs
The npm package gd-cesium-analysis-tools receives a total of 8 weekly downloads. As such, gd-cesium-analysis-tools popularity was classified as not popular.
We found that gd-cesium-analysis-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.