mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
# Using npm
|
||||
npm install -D @nuxt/bridge
|
||||
npm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||
|
||||
# Using yarn
|
||||
yarn add --dev @nuxt/bridge
|
||||
yarn add --dev @nuxt/bridge@npm:@nuxt/bridge-edge
|
||||
```
|
||||
|
||||
Add `@nuxt/bridge` to `buildModules` inside `nuxt.config`:
|
||||
|
Loading…
Reference in New Issue
Block a user