I've started a new project using the Vue cli, but when I install vue-vega and add a simple example I get this error:
[Vue warn]: 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.
Is there anything I can do? Maybe some additional Getting started step would be good?
I'd love to combine vue-vega with VuePress where you normally compile as much as possible beforehand.