vuejs / vue-component-compiler

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

Grunt support #10

Closed denismars closed 9 years ago

denismars commented 9 years ago

What's the plans on getting this configured as a grunt task? Not sure how one would re-code this to handle the conversations as a grunt task - love to get your help here.

yyx990803 commented 9 years ago

This is just a generic compiler, but it assumes you are using some sort of module packer that supports file transforms, e.g. Browserify or Webpack. You can run these from grunt.

Or are you saying you want to use this without browserify/webpack? On Wed, Feb 11, 2015 at 7:45 PM Denis Mars notifications@github.com wrote:

What's the plans on getting this configured as a grunt task? Not sure how one would re-code this to handle the conversations as a grunt task - love to get your help here.

— Reply to this email directly or view it on GitHub https://github.com/vuejs/vue-component-compiler/issues/10.