Skeleton of vue router test.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user