Initial commit

This commit is contained in:
Joshua Seigler 2017-07-13 13:41:17 -04:00
commit 945123df1f
10 changed files with 4403 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>vue-hello-world</title>
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>