vue-html-template-loader
v1.0.6
Published
Compile Vue template string to render function and transform ES6 to ES5.
Downloads
7
Readme
vue-html-template-loader
usage
{
test: /\.html$/,
loader: 'vue-html-template-loader',
options: {
include: [path]
}
}
replace html-loader
to vue-html-template-loader
; if you want to handle some specific file use options.include to use vue-html-template-loader
;