Skip to content

Commit 1f11cbd

Browse files
committed
Updated library files
1 parent 0fd340b commit 1f11cbd

11 files changed

+5348
-92
lines changed

.gitignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
.DS_Store
22
node_modules
3-
/dist
43

54
# local env files
65
.env.local
76
.env.*.local
8-
9-
# Log files
10-
npm-debug.log*
11-
yarn-debug.log*
12-
yarn-error.log*
7+
package-lock.json
138

149
# Editor directories and files
1510
.idea

.npmignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
build
2-
config
31
docs
42
node_modules
5-
static
6-
.babelrc
3+
public
4+
.eslintrc.js
75
.browserslistrc
86
.gitignore
97
.eslintignore
8+
.travis.yml
109
package-lock.json
1110
*.iml
1211
.idea
13-
test/unit/coverage/
12+
tests
13+
coverage

dist/demo.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<meta charset="utf-8">
2+
<title>vue-numeric-input demo</title>
3+
<script src="./vue-numeric-input.umd.js"></script>
4+
5+
<link rel="stylesheet" href="./vue-numeric-input.css">
6+
7+
8+
<script>
9+
console.log(vue-numeric-input)
10+
</script>

0 commit comments

Comments
 (0)