Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use new nuxi module add command in installation #125

Merged
merged 2 commits into from
Apr 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
userquin marked this conversation as resolved.
Show resolved Hide resolved
```

## 🦄 Usage
Expand Down