We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d3d16 commit 2bb8396Copy full SHA for 2bb8396
generator/index.js
@@ -42,5 +42,11 @@ module.exports.hooks = (api) => {
42
content = content.replace(/HelloWorld\b/gi, 'HelloWorldWithPlugins')
43
fs.writeFileSync(appPath, content)
44
}
45
+
46
+ // TODO: check if runtimeCompiler is enabled.
47
+ // config = import('vue.config')
48
+ console.log(`Please make sure that Vue's runtime compiler is enabled if you
49
+ plan to use template strings or single file components.\n
50
+ You can add 'runtimeCompiler: true' in your vue.config.js file.`)
51
})
52
0 commit comments