From 4abb71baee28c7b25de756e4394916e6b24ef3a1 Mon Sep 17 00:00:00 2001 From: Deveosys Date: Thu, 18 Oct 2018 09:39:50 +0200 Subject: [PATCH] Update theme.md Hey ! I had to deal with some trouble with webpack's and vue-loader versions due to the app/components/site-theme.vue format, so i suggest to specifi these in package.json. --- tutorials/theme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tutorials/theme.md b/tutorials/theme.md index f94b7f4..661f41d 100644 --- a/tutorials/theme.md +++ b/tutorials/theme.md @@ -101,7 +101,12 @@ In your theme, create the new files `package.json`, `bower.json`, `.bowerrc`, `g "bower": "*", "gulp": "*", "gulp-less": "*", - "gulp-rename": "*" + "gulp-rename": "*", + "vue-hot-reload-api": "^1.2.0", + "vue-html-loader": "^1.0.0", + "vue-loader": "^8.2.0", + "vue-style-loader": "^1.0.0", + "webpack": "^1.12.9" } } ```