mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
docs: update bridge install to use -edge
alias (resolves #647)
This commit is contained in:
parent
2b1bf4824e
commit
71c44168f0
@ -25,10 +25,10 @@ Install `@nuxt/bridge` as a devDependency:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Using npm
|
# Using npm
|
||||||
npm install -D @nuxt/bridge
|
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||||
|
|
||||||
# Using yarn
|
# Using yarn
|
||||||
yarn add --dev @nuxt/bridge
|
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||||
```
|
```
|
||||||
|
|
||||||
Add `@nuxt/bridge` to `buildModules` inside `nuxt.config`:
|
Add `@nuxt/bridge` to `buildModules` inside `nuxt.config`:
|
||||||
|
Loading…
Reference in New Issue
Block a user