mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 04:37:57 +01:00
docs(installation): move pnpm first
This commit is contained in:
@@ -8,6 +8,10 @@ description: 'Learn how to install and configure the module in your Nuxt app.'
|
|||||||
|
|
||||||
::code-group
|
::code-group
|
||||||
|
|
||||||
|
```sh [pnpm]
|
||||||
|
pnpm i -D @nuxthq/ui
|
||||||
|
```
|
||||||
|
|
||||||
```bash [yarn]
|
```bash [yarn]
|
||||||
yarn add -D @nuxthq/ui
|
yarn add -D @nuxthq/ui
|
||||||
```
|
```
|
||||||
@@ -16,10 +20,6 @@ yarn add -D @nuxthq/ui
|
|||||||
npm install -D @nuxthq/ui
|
npm install -D @nuxthq/ui
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh [pnpm]
|
|
||||||
pnpm i -D @nuxthq/ui
|
|
||||||
```
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
2. Add it to your `modules` section in your `nuxt.config`:
|
2. Add it to your `modules` section in your `nuxt.config`:
|
||||||
@@ -131,4 +131,4 @@ Update your `package.json` to the following:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run `npm install` or `yarn install`.
|
Then run `pnpm install`, `yarn install` or `npm install`.
|
||||||
|
|||||||
Reference in New Issue
Block a user