Skip to content

Commit

Permalink
Merge pull request #7 from QuentinHsu/perf-docs
Browse files Browse the repository at this point in the history
docs: improved installation guides for pnpm, yarn, npm, and bun
  • Loading branch information
余腾靖 authored Mar 22, 2024
2 parents b5add4f + 84a7e49 commit 2ef8331
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,28 @@

## Installation

```sh
```sh [pnpm]
pnpm -D add unplugin-detect-duplicated-deps
```

If you are using Yarn, NPM or Bun

```sh
:::code-group

```sh [yarn]
yarn add -D unplugin-detect-duplicated-deps
```

```sh [npm]
npm add -D unplugin-detect-duplicated-deps
```

```sh [bun]
bun add -D unplugin-detect-duplicated-deps
```

:::

## Add to config file

### Vite
Expand Down

0 comments on commit 2ef8331

Please sign in to comment.