summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYukai Huang2016-12-24 11:50:57 +0800
committerYukai Huang2016-12-24 11:50:57 +0800
commit99dd10772422b66b7f98f1483b5fa3225e3e86e0 (patch)
treeb9e4675d4ee9d6b242763ded01f7157a771bf580 /package.json
parenta06fad974e66c8c5854985fe12fbadbb43cc9c7e (diff)
Basic setup for Vue app
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5ac7f554..d44313cd 100644
--- a/package.json
+++ b/package.json
@@ -116,6 +116,7 @@
"visibilityjs": "^1.2.4",
"viz.js": "^1.4.1",
"vue": "^2.1.6",
+ "vue-loader": "^10.0.2",
"winston": "^2.3.0",
"xss": "^0.3.2"
},
@@ -162,6 +163,7 @@
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
+ "vue-template-compiler": "^2.1.6",
"webpack": "^1.14.0"
}
}