mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: remove reference to @nuxt/bridge-edge
This commit is contained in:
parent
91ff987004
commit
3f09ddc317
@ -46,16 +46,16 @@ Once the installation is complete, make sure both development and production bui
|
|||||||
|
|
||||||
### Install Nuxt Bridge
|
### Install Nuxt Bridge
|
||||||
|
|
||||||
Install `@nuxt/bridge-edge` as a development dependency:
|
Install `@nuxt/bridge` as a development dependency:
|
||||||
|
|
||||||
::code-group
|
::code-group
|
||||||
|
|
||||||
```bash [Yarn]
|
```bash [Yarn]
|
||||||
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
|
yarn add --dev @nuxt/bridge
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [npm]
|
```bash [npm]
|
||||||
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
|
npm install -D @nuxt/bridge
|
||||||
```
|
```
|
||||||
|
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user