Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#125)
Browse files Browse the repository at this point in the history
* docs: use new `nuxi module add` command in installation

* chore: use npm package name

---------

Co-authored-by: userquin <userquin@gmail.com>
  • Loading branch information
danielroe and userquin committed Apr 7, 2024
1 parent 30e29db commit 8b95d31
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,7 @@ Zero-config PWA Plugin for Nuxt 3
> For older versions, `@vite-pwa/nuxt` requires Vite 3.2.0+ and Nuxt 3.0.0+.
```bash
npm i @vite-pwa/nuxt -D

# yarn
yarn add @vite-pwa/nuxt -D

# pnpm
pnpm add @vite-pwa/nuxt -D
npx nuxi@latest module add @vite-pwa/nuxt
```

## 🦄 Usage
Expand Down

0 comments on commit 8b95d31

Please sign in to comment.