mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48: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:
|
Install `@nuxt/bridge-edge` as a development dependency:
|
||||||
|
|
||||||
::code-group
|
::code-group
|
||||||
```bash [NPM]
|
|
||||||
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
|
|
||||||
```
|
|
||||||
```bash [Yarn]
|
```bash [Yarn]
|
||||||
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
|
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||||
```
|
```
|
||||||
|
```bash [NPM]
|
||||||
|
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||||
|
```
|
||||||
::
|
::
|
||||||
|
|
||||||
### Update `nuxt.config`
|
### Update `nuxt.config`
|
||||||
|
Loading…
Reference in New Issue
Block a user