Skip to content

Commit 55113c6

Browse files
authored
Edit readme file
1 parent c40c446 commit 55113c6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515

1616
### Using
1717

18+
**Installing**
19+
20+
for Vue 2.x
21+
```bash
22+
yarn add vue-datepicker-ui
23+
24+
```
25+
26+
for Vue 3.x
27+
```bash
28+
yarn add vue-datepicker-ui@vue3
29+
30+
```
31+
32+
**Import to Project**
33+
1834
```javascript
1935
// main.js file
2036
import VueDatepickerUi from 'vue-datepicker-ui'

0 commit comments

Comments
 (0)