Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 838 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 838 Bytes

vue-leaflet

Vue-leaflet, written and compatible with Vue 3!

This is a Beta version! And may yet be instable! If you want to help, please reach out in an issue or on discord.

What Works:

  • LCircle
  • LCircleMarker
  • LControl
  • LControlAttribution
  • LControlLayers
  • LControlScale
  • LControlZoom
  • LFeatureGroup
  • LGeoJson
  • LIcon
  • LMap
  • LMarker
  • LPolygon
  • LPolyline
  • LPopup
  • LRectangle
  • LTileLayer
  • LTooltip
  • LWmsTileLayer

Note that unlike the Vue 2 version, this library is fully compatible with SSR.

Installation

npm i @vue-leaflet/vue-leaflet

or

yarn add @vue-leaflet/vue-leaflet

Usage

Till the documentation is ready please check the demo project