vue template app

This commit is contained in:
Ben Ramey
2018-04-11 21:37:13 -05:00
committed by benjaminramey
parent cc0266c1a1
commit 935fbce6ca
36 changed files with 1224 additions and 14 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>aws-lunchrun</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>