We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7122afd + 067fac2 commit 09c46e6Copy full SHA for 09c46e6
docs/faq/README.md
@@ -67,3 +67,11 @@ module.exports = {
67
}
68
69
```
70
+
71
+## How create plugin?
72
73
+* vue2-leaflet exposes utility that you can leverage findRealParent and propsBinder
74
+* everything should be initialised in the mounted lifecycle hook
75
+* remember to set leaflet as a peerDependecy
76
+* rollup is the best library bundler so you can leverage ESM ( you can check how we do it here in the main repo )
77
+* check this repo or one of the other plugins for inspiration ( for example leaflet-markercluster )
0 commit comments