vuejs / vue-component-compiler

Compile a single file Vue component into a CommonJS module.
MIT License
343 stars 52 forks source link

Expose API for using custom pre-processors #11

Closed yyx990803 closed 9 years ago

yyx990803 commented 9 years ago

https://github.com/yyx990803/vue/issues/732

salazr commented 9 years ago

I saw the other discussion. I would like to see this implemented as well. The compiler works great as-is, but it would be great if it took a few parameters. Particularly given that the languages have to be in your app separately.