
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
vue-mapvgl
Advanced tools
vue-mapvgl是一套基于Vue 2.0和百度地图mapvgl的地图组件。 该组件依赖于vue-bmap-gl,使用方式请查看教程 该项目基于 https://github.com/ElemeFE/vue-amap/ 修改开发
觉得有用可以给个star

npm install -S vue-bmap-gl
npm install -S vue-mapvgl
https://docs.guyixi.cn/vue-mapvgl/#/
引入vue-bmap-gl和vue-mapvgl
// 引入vue-bmap-gl
import VueBMap from 'vue-bmap-gl';
import VueMapvgl from 'vue-mapvgl';
import 'vue-bmap-gl/dist/style.css';
Vue.use(VueBMap);
Vue.use(VueMapvgl);
// 初始化vue-bmap
VueBMap.initBMapApiLoader({
// 百度的key
ak: 'YOUR_KEY',
// 百度 sdk 版本,默认为 1.0
v: '1.0'
});
目前完成组件:
##mapvgl自带后处理器效果
##mapvgl自带工具
FAQs
vue mapvgl
The npm package vue-mapvgl receives a total of 1,027 weekly downloads. As such, vue-mapvgl popularity was classified as popular.
We found that vue-mapvgl 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.