Skip to content

Commit

Permalink
chore(README): update installation section (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala authored Apr 15, 2024
1 parent ed3a3ba commit bbc8f4e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ Read more on [ui.nuxt.com](https://ui.nuxt.com)
npx nuxi@latest module add ui
```

Then, register the module in your `nuxt.config.ts`:

```js
export default defineNuxtConfig({
modules: [
'@nuxt/ui'
]
})
```

If you want latest updates, please use `@nuxt/ui-edge` in your `package.json`:

```json
Expand Down

0 comments on commit bbc8f4e

Please sign in to comment.