From ee4025bc7027d1cd7f9e12c76297a09b7ddd3d09 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Mon, 2 May 2016 23:02:41 +0200 Subject: [PATCH] Add Skeleton of material design. --- src/ui/Domo/index.html | 51 ++++++++++++++++++++----- src/ui/Domo/package.json | 9 +++-- src/ui/Domo/src/app.vue | 49 +++++++++++++++++++++--- src/ui/Domo/src/components/index.vue | 19 ++++++++- src/ui/Domo/src/main.js | 14 ++----- src/ui/Domo/static/android-desktop.png | Bin 0 -> 8325 bytes src/ui/Domo/static/dog.png | Bin 0 -> 8691 bytes src/ui/Domo/static/favicon.png | Bin 3988 -> 905 bytes src/ui/Domo/static/ios-desktop.png | Bin 0 -> 1489 bytes src/ui/Domo/static/user.jpg | Bin 0 -> 6961 bytes 10 files changed, 110 insertions(+), 32 deletions(-) create mode 100644 src/ui/Domo/static/android-desktop.png create mode 100644 src/ui/Domo/static/dog.png create mode 100644 src/ui/Domo/static/ios-desktop.png create mode 100644 src/ui/Domo/static/user.jpg diff --git a/src/ui/Domo/index.html b/src/ui/Domo/index.html index e9a8e4fa..1df4e7ef 100644 --- a/src/ui/Domo/index.html +++ b/src/ui/Domo/index.html @@ -1,21 +1,52 @@ - + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + Domo diff --git a/src/ui/Domo/package.json b/src/ui/Domo/package.json index 91b1dfe2..5a92ff4a 100644 --- a/src/ui/Domo/package.json +++ b/src/ui/Domo/package.json @@ -9,9 +9,12 @@ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules" }, "dependencies": { - "vue": "^1.0.17", - "vue-router": "^0.7.11", - "vue-mdl": "^0.5.0" + "vue": "^1.0.21", + "vue-router": "^0.7.13", + "vue-mdl": "^0.7.4", + "material-design-lite": "^1.1.3", + "roboto-fontface": "^0.4.5", + "material-design-icons": "^2.2.3" }, "devDependencies": { "babel-core": "^6.0.0", diff --git a/src/ui/Domo/src/app.vue b/src/ui/Domo/src/app.vue index bccd2aff..6b34bcc2 100644 --- a/src/ui/Domo/src/app.vue +++ b/src/ui/Domo/src/app.vue @@ -1,10 +1,47 @@