vue-cli 3 -> vue.config.js option to include compiler
I guess it might be worth mentioning somewhere (eg requirements) that for vue-cli 3 this requires
{ compiler: true; }
in vue.config.js - see https://github.com/vuejs/vue-cli/blob/dev/docs/config.md
...to save other people the same head-scratching and frustration that I had.
Otherwise you'll get "You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build."
@sp00x, good idea, feel free to create a PR thanks.
This has been renamed to runtimeCompiler already in the latest betas...
https://github.com/vuejs/vue-cli/commit/ebffdf0