File tree Expand file tree Collapse file tree 3 files changed +31
-10
lines changed Expand file tree Collapse file tree 3 files changed +31
-10
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,23 @@ DEMO (https://edisdev.github.io/vue-datepicker-ui)
138138
139139#### note:
140140 ** date-format** object values is consists to toLocaleString in js. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString ).
141+
142+
143+ ### Development:
144+
145+ Firstly
146+
147+ ``` bash
148+ yarn add vue
149+ ```
150+
151+ Because, Vue is peer dependency.
152+ Then,
153+
154+ ``` bash
155+ yarn install
156+ ```
157+
158+ ``` bash
159+ yarn serve
160+ ```
Original file line number Diff line number Diff line change 3636 "babel-eslint" : " ^10.0.1" ,
3737 "eslint" : " ^5.8.0" ,
3838 "eslint-plugin-vue" : " ^5.0.0-0" ,
39- "vue-template-compiler" : " ^2.5.17 "
39+ "vue-template-compiler" : " ^2.6.14 "
4040 },
4141 "eslintConfig" : {
4242 "root" : true ,
6363 " not ie <= 8"
6464 ],
6565 "dependencies" : {
66- "calendar-data-generate" : " ^1.0.3"
66+ "calendar-data-generate" : " ^1.0.3" ,
67+ "vue" : " ^2.6.14"
6768 }
6869}
Original file line number Diff line number Diff line change @@ -8011,10 +8011,10 @@ vue-style-loader@^4.1.0:
80118011 hash-sum "^1.0.2"
80128012 loader-utils "^1.0.2"
80138013
8014- vue-template-compiler@^2.5.17 :
8015- version "2.6.12 "
8016- resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.12 .tgz#947ed7196744c8a5285ebe1233fe960437fcc57e "
8017- integrity sha512-OzzZ52zS41YUbkCBfdXShQTe69j1gQDZ9HIX8miuC9C3rBCk9wIRjLiZZLrmX9V+Ftq/YEyv1JaVr5Y/hNtByg ==
8014+ vue-template-compiler@^2.6.14 :
8015+ version "2.6.14 "
8016+ resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.14 .tgz#a2f0e7d985670d42c9c9ee0d044fed7690f4f763 "
8017+ integrity sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g ==
80188018 dependencies :
80198019 de-indent "^1.0.2"
80208020 he "^1.1.0"
@@ -8024,10 +8024,10 @@ vue-template-es2015-compiler@^1.9.0:
80248024 resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
80258025 integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
80268026
8027- vue@^2.6.12 :
8028- version "2.6.12 "
8029- resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.12 .tgz#f5ebd4fa6bd2869403e29a896aed4904456c9123 "
8030- integrity sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg ==
8027+ vue@^2.6.14 :
8028+ version "2.6.14 "
8029+ resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14 .tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235 "
8030+ integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ ==
80318031
80328032watchpack-chokidar2@^2.0.1 :
80338033 version "2.0.1"
You can’t perform that action at this time.
0 commit comments