@@ -25,4 +25,9 @@
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
+ <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
+<script>
+ // VConsole will be exported to `window.VConsole` by default.
+ var vConsole = new window.VConsole();
+</script>
</html>