vue-template-loader icon indicating copy to clipboard operation
vue-template-loader copied to clipboard

Vue.js 2.0 template loader for webpack

Results 7 vue-template-loader issues
Sort by recently updated
recently updated
newest added

I am using this inside a quite big project. And it seems currently that this plugin is the fault that npm run serve is failing. It seems that it does...

So far. Great work! Thanks a lot. Finally I can write typescript components without the clients to compile the template! Unfortunately this is not working in jest - obvious. It...

I would like to be able to specify custom options to `vue-template-compiler`. In particular, I need to set the `whitespace` option. As far as I can tell, [`compileTemplate()`](https://github.com/vuejs/component-compiler-utils#compiletemplatetemplatecompileoptions-templatecompileresults) has an...

i'm trying to use this because i need to have dynamic templates. eg, 2 html files that can be switched at runtime for the same .vue file. is this possible?...

Hi @ktsn , I am building an application using vue and typescript. While going through how i could use the same syntax with vue, i came across vue decorators and...

Thanks for this great plugin. I've been trying hard for vue-template-loader to work with vue-cli 3, which is RC atm, but still no luck. What I did: 1. Scaffold a...

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...