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 2ca678f + 2649a32 commit fda5d5eCopy full SHA for fda5d5e
README.md
@@ -31,14 +31,7 @@ See the detailed feature explanation here: [#58 (comment)](https://github.com/ad
31
1. Add `nupolyon` dependency to your project
32
33
```bash
34
-# Using pnpm
35
-pnpm add -D nupolyon
36
-
37
-# Using yarn
38
-yarn add --dev nupolyon
39
40
-# Using npm
41
-npm install --save-dev nupolyon
+npx nuxi@latest module add nupolyon
42
```
43
44
2. Add `nupolyon` to the `modules` section of `nuxt.config.ts`
0 commit comments