Skip to content

Commit f5ef376

Browse files
committed
docs: update installation
1 parent eefca3a commit f5ef376

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guide/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ app.use(i18n)
6565
app.mount('#app')
6666
```
6767
68+
## Edge version
69+
70+
Add the following line to the `dependencies` in `package.json`:
71+
72+
```json
73+
"vue-i18n": "npm:@vue-i18n-edge"
74+
```
75+
76+
And then run `npm install` or `yarn install` or `pnpm install`.
6877
6978
## Dev Build
7079

0 commit comments

Comments
 (0)