Skip to content

Commit

Permalink
调整webpack配置
Browse files Browse the repository at this point in the history
  • Loading branch information
homeant committed Oct 4, 2018
1 parent bbcc28c commit 5e3b777
Show file tree
Hide file tree
Showing 12 changed files with 8,329 additions and 2,672 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,12 @@
[![npm](https://img.shields.io/npm/dm/bulma-datetime.svg)](https://www.npmjs.com/package/bulma-datetime)
[![Build Status](https://travis-ci.org/Wikiki/bulma-datetime.svg?branch=master)](https://travis-ci.org/Wikiki/bulma-datetime)

![日期类型](./image/year.png)

![日期类型](./image/year2.png)

![时间类型](./image/datetime.png)


## install

Expand Down
11 changes: 0 additions & 11 deletions dist/index.html

This file was deleted.

298 changes: 1 addition & 297 deletions dist/index.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions example/index.js
@@ -0,0 +1,7 @@
import "bulma"
import dateTime from "../src/index";

new dateTime(document.getElementById("input"),{
type:"datetime",
format:"YYYY-MM-DD HH:mm:ss"
})
Binary file added image/datetime.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/year.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/year2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions index.html
Expand Up @@ -5,7 +5,14 @@
<title>demo</title>
</head>
<body>
<input value="2018-12-23" id="input">

<div class="container">
<div class="columns" style="padding-top: 2em;">
<div class="column is-4">
<div class="control">
<input value="2018-12-23" id="input" class="input">
</div>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 5e3b777

Please sign in to comment.