Skip to content

Commit 83ededf

Browse files
author
hromero
committed
First build
1 parent 10240d3 commit 83ededf

12 files changed

+8203
-4
lines changed

Diff for: .eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dist

Diff for: .gitignore

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

54
# local env files
65
.env.local

Diff for: dist/demo.html

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

0 commit comments

Comments
 (0)