# vue2-leaflet-markercluster
**Repository Path**: leaflet-unofficial-plugins/vue2-leaflet-markercluster
## Basic Information
- **Project Name**: vue2-leaflet-markercluster
- **Description**: https://github.com/jperelli/vue2-leaflet-markercluster.git
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-04-27
- **Last Updated**: 2022-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue2-leaflet-markercluster
This is a [markercluster plugin](https://github.com/Leaflet/Leaflet.markercluster) extension for [vue2-leaflet package](https://github.com/KoRiGaN/Vue2Leaflet)
## Install
npm install --save vue2-leaflet-markercluster
## Demo
git clone git@github.com:jperelli/vue2-leaflet-markercluster.git
cd vue2-leaflet-markercluster
yarn
yarn example
# or alternatively using npm
npm install
npm run example
Then you should be able to navigate with your browser and see the demo in http://localhost:4000/
You can see the demo code in the file [example.vue](example.vue)
## Usage
### on <template> add
something like this
if you want to set some options, use
.....
See Leaflet doc : https://github.com/Leaflet/Leaflet.markercluster#all-options for all available options
### on <script> add
#### option 1
In the same template file, at `