Skip to content

Commit f938c1b

Browse files
committed
docs: add installation description for Vue 3.x and Vue 2.x
1 parent 69bacbf commit f938c1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
Install the plugin with npm:
1010
```shell
11+
# Vue 3.x
1112
npm install --save vue-step-progress
13+
14+
# Vue 2.x
15+
npm install --save vue-step-progress@0
1216
```
1317

1418
## Usage

0 commit comments

Comments
 (0)