Skip to content

Commit

Permalink
[init]
Browse files Browse the repository at this point in the history
  • Loading branch information
木瓜丸 committed Dec 3, 2020
0 parents commit 7401ccb
Show file tree
Hide file tree
Showing 10 changed files with 1,943 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
89 changes: 89 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset='utf-8' />
</head>
<body>
<test-component></test-component>
<script src='main.js'></script>
</body>
</html>
Loading

0 comments on commit 7401ccb

Please sign in to comment.