# 安装

可直接从下面链接中 clone 或下载到本地
github 地址 (opens new window) https://github.com/wangli66/vue-leaflet-more.git

推荐:gitee 地址 (opens new window) https://gitee.com/wangli66/vue-leaflet-more.git

1、安装

    npm install vue-leaflet-more leaflet

2、使用

import vueLeafletMore from "vue-leaflet-more";
Vue.use(vueLeafletMore);

# 本地运行查看说明文档

可以使用 npm 或者 yarn 进行安装包和其他操作,本例使用 npm 做示例

1、安装依赖包

    npm install

2、启动项目

    npm run docs:dev

# 其他

如果你在项目的使用过程中,有什么建议或意见,可以 issue 我