1.0.5 • Published 7 years ago

vue-single-component-html-renderer v1.0.5

Weekly downloads
7
License
MIT
Repository
-
Last release
7 years ago

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);
    });

License

MIT