Pre-processor
You can specify a pre-processor with type
attribute. For example:
<my-component>
<script type="coffee">
# your coffeescript logic goes here
</script>
</my-component>
Your component will be compiled with the preprocessor selected only if it was previously registered before.