parcel-plugin-easy-html
v0.9.0
Published
Parcel plugin for using easy html (ehtml)
Downloads
5
Readme
Parcel plugin for using easy html (ehtml)
Usage
yarn add --dev parcel-plugin-easy-html
import tpl from './index.ehtml';
document.body.innerHTML = tpl;
License
MIT (http://www.opensource.org/licenses/mit-license.php)