docs: mention installing nuxi for bridge

This commit is contained in:
Daniel Roe 2024-01-16 16:40:48 +00:00
parent 430e207bc4
commit 637f5622dc
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -46,16 +46,16 @@ Once the installation is complete, make sure both development and production bui
### Install Nuxt Bridge
Install `@nuxt/bridge` as a development dependency:
Install `@nuxt/bridge` and `nuxi` as development dependencies:
::code-group
```bash [Yarn]
yarn add --dev @nuxt/bridge
yarn add --dev @nuxt/bridge nuxi
```
```bash [npm]
npm install -D @nuxt/bridge
npm install -D @nuxt/bridge nuxi
```
::