Skip to content

Commit 05fba85

Browse files
committed
update document
1 parent ff0bd93 commit 05fba85

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ Javascript file
4545
<script src="/i18n/datepicker.zh-CN.js"></script>
4646
```
4747

48+
##### CommonJs / NodeJs:
49+
Css file
50+
```
51+
require('gemini-datepicker/dist/css/jquery.datepicker.min.css');
52+
```
53+
54+
Javascript file
55+
```
56+
require('gemini-datepicker');
57+
```
58+
59+
4860
### Attributes
4961
>You may set datepicker options with $().datepicker(options), the options type is Object.
5062

0 commit comments

Comments
 (0)