ktsn / vue-template-loader

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

Usage with pug #16

Closed Toilal closed 7 years ago

Toilal commented 7 years ago

Is it possible to use this loader with pug-loader ? (formerly jade template engine)

ktsn commented 7 years ago

Yes, you can use it with pug, sass and any other preprocessors. We only need to add rules for each file type. (Note that you should use pug-html-loader to use pug with this loader)

I just add an example using such preprocessors. https://github.com/ktsn/vue-template-loader/tree/master/examples/complex