Skeleton of vue router test.

This commit is contained in:
2016-03-25 22:34:33 +01:00
parent 0a2ecc1087
commit a2e4785ee6
8 changed files with 65 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Domo",
"version": "0.1.0",
"description": "Domotic automation",
"description": "Domotic",
"author": "NADAL Jean-Baptiste",
"private": true,
"scripts": {
@@ -12,7 +12,9 @@
"test": "npm run unit && npm run e2e"
},
"dependencies": {
"vue": "^1.0.17"
"vue": "^1.0.17",
"vue-router": "~0.7.11",
"vue-mdl": "~0.4.0"
},
"devDependencies": {
"babel-core": "^6.0.0",