diff --git a/public/index.html b/public/index.html index 9cdc6e3..fad633f 100644 --- a/public/index.html +++ b/public/index.html @@ -44,7 +44,7 @@ > -
+
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