add basic live demo component

This commit is contained in:
Philipp Kühn
2020-09-30 10:01:16 +02:00
parent e67c041c31
commit 1a4e7385e4
11 changed files with 450 additions and 12 deletions

View File

@@ -44,6 +44,7 @@ module.exports = {
},
},
],
runtimeCompiler: true,
chainWebpack(config) {
// Load variables for all vue-files
const types = ['vue-modules', 'vue', 'normal-modules', 'normal']