vue-template-compiler-loader
vue-template-compiler-loader copied to clipboard
Webpack loader to pre-compile Vue 2.0 templates
Results
1
vue-template-compiler-loader issues
Sort by
recently updated
recently updated
newest added
Hello, Thanks for giving a good example of how `vue-template-compiler` can work with Webpack. Howerver, I explored `vue-loader`'s repo and found this [template compiler code](https://github.com/vuejs/vue-loader/tree/master/lib/template-compiler), it's actually the same logic...