add vue 2 dbmonster example

This commit is contained in:
Zach Dahl 2016-10-27 18:22:47 -05:00
parent 0edc374729
commit 51e50bd450
2 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="../styles.css" rel="stylesheet" type="text/css" />
<title>dbmon (Vue 2)</title>
</head>
<body>
<div id="app"></div>
<script src="//vuejs.org/js/vue.min.js"></script>
<script src="../ENV.js"></script>
<script src="https://localvoid.github.io/perf-monitor/0.1/perf-monitor.js"></script>
<script src="app.js"></script>
</body>
</html>