mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: mention installing nuxi
for bridge
This commit is contained in:
parent
430e207bc4
commit
637f5622dc
@ -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
|
||||
```
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user