Skip to content

Commit 4d420ee

Browse files
committed
Chore(docs): replace example links
1 parent 39bbf12 commit 4d420ee

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

Diff for: README.md

+18-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,22 @@ The content below is for the Vue3 compatible version of vuejs-dialog, you can fi
1414
| Vue 2 | [1.x](https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x) |
1515
| Vue 3 | [2.x](https://github.com/Godofbrowser/vuejs-dialog/tree/master) |
1616

17-
## Recommended IDE Setup
17+
## Installing the release candidate (vue3)
18+
19+
To install the Vue3 compatible version while it's not released officially yet, please use either of the command below with the "next" tag.
20+
21+
```shell
22+
npm install --save vuejs-dialog@next
23+
```
24+
```shell
25+
pnpm add vuejs-dialog@next
26+
```
27+
```shell
28+
pnpm add vuejs-dialog@next
29+
```
30+
31+
## Links
32+
33+
- [Documentation](https://godofbrowser.github.io/vuejs-dialog/)
34+
- [Live Demos](https://godofbrowser.github.io/vuejs-dialog/demos)
1835

19-
- [Documentation](https://example.com/)
20-
- [Live Demos](https://example.com/)
21-
- [2.x](https://github.com/Godofbrowser/vuejs-dialog/tree/master)
22-
- Older Vue2 compatible version [here](https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x)

0 commit comments

Comments
 (0)