summaryrefslogtreecommitdiffstats
path: root/static/js/app.js
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2017-03-21 02:34:16 -0500
committerKyle K <kylek389@gmail.com>2017-03-21 02:34:16 -0500
commitce79b2a00cdd428aaf67542926fd3c0971fdc553 (patch)
tree78bd2a002c9b5a613735f31c43247579ccc4e580 /static/js/app.js
parentd4118ad773598fc75a49e814e4a0fef691fdf05e (diff)
downloadexpress-upload-ce79b2a00cdd428aaf67542926fd3c0971fdc553.tar.gz
express-upload-ce79b2a00cdd428aaf67542926fd3c0971fdc553.tar.bz2
express-upload-ce79b2a00cdd428aaf67542926fd3c0971fdc553.zip
begin using Vue.jsHEADdevelop
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