Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6fda1cc

Browse files
authored
Merge pull request #33 from edisdev/develop
Production Building
2 parents b57a5e1 + 5966ae7 commit 6fda1cc

11 files changed

+41
-8372
lines changed

‎.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ yarn-error.log*
1919
*.njsproj
2020
*.sln
2121
*.sw*
22+
23+
# dependencies lock
24+
yarn.lock
25+
package-lock.json

‎README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
```

‎docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vue-datepicker-ui/favicon.ico><title>VUE DATEPICKER UI - EXAMPLES</title><link href=/vue-datepicker-ui/css/index.0c8c9da2.css rel=preload as=style><link href=/vue-datepicker-ui/js/chunk-vendors.6ce8c644.js rel=preload as=script><link href=/vue-datepicker-ui/js/index.9a9e6647.js rel=preload as=script><link href=/vue-datepicker-ui/css/index.0c8c9da2.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-datepicker-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vue-datepicker-ui/js/chunk-vendors.6ce8c644.js></script><script src=/vue-datepicker-ui/js/index.9a9e6647.js></script></body></html>
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vue-datepicker-ui/favicon.ico><title>VUE DATEPICKER UI - EXAMPLES</title><link href=/vue-datepicker-ui/css/index.0c8c9da2.css rel=preload as=style><link href=/vue-datepicker-ui/js/chunk-vendors.a98454ae.js rel=preload as=script><link href=/vue-datepicker-ui/js/index.28e28b10.js rel=preload as=script><link href=/vue-datepicker-ui/css/index.0c8c9da2.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-datepicker-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vue-datepicker-ui/js/chunk-vendors.a98454ae.js></script><script src=/vue-datepicker-ui/js/index.28e28b10.js></script></body></html>

‎docs/js/chunk-vendors.6ce8c644.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎docs/js/chunk-vendors.a98454ae.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/js/chunk-vendors.a98454ae.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/js/index.9a9e6647.js renamed to ‎docs/js/index.28e28b10.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/js/index.28e28b10.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-datepicker-ui",
33
"author": "edisdev <edisdev14@gmail.com>",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"private": false,
66
"main": "./lib/vuedatepickerui.umd.js",
77
"license": "MIT",
@@ -36,7 +36,7 @@
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,
@@ -63,6 +63,7 @@
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
}

‎vue.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
},
77
publicPath: IS_PROD ? '/vue-datepicker-ui' : '/',
88
assetsDir: IS_PROD ? './' : '',
9-
productionSourceMap: false,
109
pages: {
1110
index: {
1211
// entry for the page

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /