Installation
Automatic (Recommended)
bash
npx nuxi@latest module add @dmarr/nuxt-maplibreManual
- Add
@dmarr/nuxt-maplibredependency to your project
bash
npm install @dmarr/nuxt-maplibre- Add
@dmarr/nuxt-maplibreto themodulessection ofnuxt.config.ts
ts
export default defineNuxtConfig({
modules: [
'@dmarr/nuxt-maplibre'
]
})