chore(README): update installation section (#1659)

This commit is contained in:
Damian Głowala
2024-04-15 10:28:51 +02:00
committed by GitHub
parent ed3a3babdb
commit bbc8f4e6ac

View File

@@ -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