ktsn / vue-template-loader

Vue.js 2.0 template loader for webpack
MIT License
266 stars 26 forks source link

rollup #40

Open Toilal opened 6 years ago

Toilal commented 6 years ago

It's more a question than an issue, but do you know if this loader is available as a rollup plugin ?

I'm planning to write a library boilerplate and i would like to use rollup instead.

ktsn commented 6 years ago

@Toilal Sorry for delayed response. You probably found your own solution but you may be able to use under lib/modules codes since they are intended to decoupled from webpack. Also, feel free to include the sources in this repo into your plugin and modify them since they are all MIT licensed.

FYI: there is an ongoing official vue-component-compiler that includes useful features such as scope id, template compilation and so on. You probably should use it after released it.