You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# vue2-datepicker-demo
2
2
3
-
> A Vue.js project
3
+
> A vue2-datepicker demo to reproduce a bug.
4
4
5
5
## Build Setup
6
6
@@ -19,3 +19,30 @@ npm run build --report
19
19
```
20
20
21
21
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
22
+
23
+
## How to reproduce
24
+
25
+
```bash
26
+
# create an empty Vue project
27
+
vue init webpack vue2-datepicker-demo
28
+
29
+
# install dependencies
30
+
cd vue2-datepicker-demo/
31
+
npm install
32
+
33
+
# add vue2-datepicker
34
+
npm install vue2-datepicker --save
35
+
36
+
# serve with hot reload at localhost:8080
37
+
npm run dev
38
+
```
39
+
40
+
Error in the output:
41
+
42
+
```
43
+
...
44
+
error in ./~/vue2-datepicker/src/datepicker/index.vue
0 commit comments