Skip to content

Commit

Permalink
docs: add @unocss/nuxt in nuxt installation dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Dec 26, 2022
1 parent e34fb07 commit bee54cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ You can also follow À la carte fashion if you don't want to register all the co

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

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

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

2. Add Anu & UnoCSS in nuxt modules
Expand Down

0 comments on commit bee54cd

Please sign in to comment.