summaryrefslogtreecommitdiffstats
path: root/static/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/app.js')
-rw-r--r--static/js/app.js6
1 files changed, 6 insertions, 0 deletions
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