Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 1, 2017
0 parents commit acd19c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.10/vue.min.js"></script>
</head>
<body>
<div id='app'></div>
<script>
new Vue({
el: '#app'
})
</script>
</body>
</html>

0 comments on commit acd19c5

Please sign in to comment.