vue-single-component-html-renderer
v1.0.5
Published
vue researching
Downloads
2
Readme
Vue single component HTML Renderer
npm install vue-single-component-html-renderer
Examples
import renderer from 'vue-single-component-html-renderer';
renderer('/path/to/vue.vue')
.then( ( {html, style} ) => {
console.log(html);
console.log(style);
});