Skip to content

Commit

Permalink
docs: update readme with nuxt 3 and 2 install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaddei committed Dec 7, 2023
1 parent 159a9f5 commit 84ef239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,15 @@ or
```js
// nuxt.config.js

// Nuxt 3
export default {
modules: ['v-wave/nuxt']
}

// Nuxt 2
export default {
modules: ['v-wave/nuxt/v2']
}
```

### Via CDN
Expand Down

0 comments on commit 84ef239

Please sign in to comment.