Skip to content

Commit

Permalink
docs: split package managers (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusgk committed Jul 9, 2023
1 parent c212222 commit 845770b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/guide/getting-started/integrations/nuxt.md
Expand Up @@ -3,15 +3,13 @@
:::card Installation

1. Instead of installing `anu-vue` package, install `@anu-vue/nuxt`.

```bash
# pnpm
pnpm add @anu-vue/nuxt && pnpm add -D @unocss/nuxt

# yarn
```
```bash
yarn add @anu-vue/nuxt && yarn add -D @unocss/nuxt

# npm
```
```bash
npm install @anu-vue/nuxt && npm install -D @unocss/nuxt
```

Expand Down

0 comments on commit 845770b

Please sign in to comment.