diff --git a/public/main.js b/public/main.js
index f2986a4..d74d883 100644
--- a/public/main.js
+++ b/public/main.js
@@ -1,3 +1,11 @@
+var app = new Vue({
+ el: '#app',
+ data: {
+ message: 'Hello Vue!'
+ }
+});
+
+
// client-side js, loaded by index.html
// run by the browser each time the page is loaded