From 2146d35af4dd1119bd2fb6dc22c625d65257cc96 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 2 May 2016 17:14:51 +0200 Subject: [PATCH] Vue interactive --- bower.json | 3 ++- index.html | 32 ++++++++++++++++++++++++-------- js/init.js | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------- 3 files changed, 90 insertions(+), 46 deletions(-) diff --git a/bower.json b/bower.json index 0a64462..98bd647 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,7 @@ ], "dependencies": { "Materialize": "materialize#^0.97.6", - "material-design-icons": "^2.2.3" + "material-design-icons": "^2.2.3", + "vue": "^1.0.21" } } diff --git a/index.html b/index.html index 782c732..45214ac 100644 --- a/index.html +++ b/index.html @@ -14,12 +14,25 @@ +