mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: consistent yarn/npm order in bridge installation (#835)
This commit is contained in:
parent
d81d00a7ff
commit
d148ac29cf
@ -43,12 +43,12 @@ Once the installation is complete, make sure both development and production bui
|
||||
Install `@nuxt/bridge-edge` as a development dependency:
|
||||
|
||||
::code-group
|
||||
```bash [NPM]
|
||||
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||
```
|
||||
```bash [Yarn]
|
||||
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||
```
|
||||
```bash [NPM]
|
||||
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||
```
|
||||
::
|
||||
|
||||
### Update `nuxt.config`
|
||||
|
Loading…
Reference in New Issue
Block a user