meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] How to use vue-template-compiler's options, e.g. whitespace?

wildhart opened this issue · comments

I would like to take advantage of the whitespace option in vue-template-compiler.

How do I do that with vue-meteor?

In the end I started using PUG templates via akryum:vue-pug. Pug compiles the templates into HTML without any extra whitespace, so problem solved.

Still a valid question though...