From ce79b2a00cdd428aaf67542926fd3c0971fdc553 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 21 Mar 2017 02:34:16 -0500 Subject: begin using Vue.js --- static/js/app.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/js/app.js (limited to 'static/js/app.js') diff --git a/static/js/app.js b/static/js/app.js new file mode 100644 index 0000000..af25133 --- /dev/null +++ b/static/js/app.js @@ -0,0 +1,6 @@ +var app = new Vue({ + el: '#app', + data: { + message: 'hello, welcome!' + }, +}) \ No newline at end of file -- cgit v1.2.3