Add Skeleton of material design.

This commit is contained in:
2016-05-02 23:02:41 +02:00
parent 4aebf8a981
commit ee4025bc70
10 changed files with 110 additions and 32 deletions

View File

@@ -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",