Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 3, 2024
1 parent cb189c1 commit 9eb7db1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ Headless UI documentation for Vue: https://headlessui.com/vue/menu
1. Add `nuxt-headlessui` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt-headlessui

# Using yarn
yarn add --dev nuxt-headlessui

# Using npm
npm install --save-dev nuxt-headlessui
npx nuxi@latest module add headlessui
```

2. Add `nuxt-headlessui` to the `modules` section of `nuxt.config.ts`
Expand Down

0 comments on commit 9eb7db1

Please sign in to comment.