From a726231753bc88546c8cfff9a1e24cab0fe14767 Mon Sep 17 00:00:00 2001 From: Chris Fritz Date: Fri, 2 Jun 2017 17:07:07 -0400 Subject: [PATCH] Use full (standalone) version of Vue (fixes #17) This maintains consistency with webpack-simple and also probably makes sense, given that this project and is only meant for quick, unrestrained prototyping anyway. --- template/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/package.json b/template/package.json index b0d0222..1d41ce9 100644 --- a/template/package.json +++ b/template/package.json @@ -31,5 +31,8 @@ "vueify", "babelify" ] + }, + "browser": { + "vue": "vue/dist/vue.common.js" } }