@dha/vue3-mapbox-gl
v2.1.1
Published
A Mapbox GL map instance as a standard Vue 3 component.
Downloads
303
Keywords
Readme
vue3-mapbox-gl
A Mapbox GL map instance as a standard Vue 3 component.
You can find the most up to date docs at https://vitepress.docs.viz.dha.io/vue3-mapbox-gl/
Project Setup
npm installCompile and Hot-Reload for Development
npm run devType-Check, Compile and Minify for Production
npm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint