Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,8 @@ This module is really just about making it work with Nuxt 3 without the need to

## Quick Setup

1. Add `nuxt3-leaflet` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt3-leaflet

# Using yarn
yarn add --dev nuxt3-leaflet

# Using npm
npm install --save-dev nuxt3-leaflet
```

2. Add `nuxt3-leaflet` to the `modules` section of `nuxt.config.ts`

```js
export default defineNuxtConfig({
modules: [
'nuxt3-leaflet'
]
})
npx nuxi@latest module add nuxt3-leaflet
```

That's it! You can now use Leaflet in your Nuxt app ✨
Expand Down