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.
nuxi module add
1 parent b378cfb commit 8293401Copy full SHA for 8293401
README.md
@@ -25,14 +25,7 @@ This module is really just about making it work with Nuxt 3 without the need to
25
1. Add `nuxt3-leaflet` dependency to your project
26
27
```bash
28
-# Using pnpm
29
-pnpm add -D nuxt3-leaflet
30
-
31
-# Using yarn
32
-yarn add --dev nuxt3-leaflet
33
34
-# Using npm
35
-npm install --save-dev nuxt3-leaflet
+npx nuxi@latest module add nuxt3-leaflet
36
```
37
38
2. Add `nuxt3-leaflet` to the `modules` section of `nuxt.config.ts`
0 commit comments