vuejs / vue-component-compiler

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

Adds support for es6 using 6to5. #8

Closed stereosteve closed 9 years ago

stereosteve commented 9 years ago

Commented out myth test because it was failing for me.

stereosteve commented 9 years ago

@txchen thanks for the info. Rebased on master and all is well. @yyx990803 does this look good?