vuejs / vue-component-compiler

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

Progress #57

Closed davidnagli closed 6 years ago

davidnagli commented 6 years ago

Hi :)

I was just wondering about the status of this project, and when the next release is planned for. I noticed that there haven't been any changes for almost two months.

Are there any plans to resume work on this project? Are there any plans to push the current changes to the npm package?

parcel-bundler/parcel#1052

yyx990803 commented 6 years ago

The current WIP branch is doing a bit too much and we are moving lower-level implementations into https://github.com/vuejs/component-compiler-utils - this package will likely be refactored to provide a simpler, higher-level API instead.