A transpiler plugin for the Eustia build tool that converts HTML files containing inline styles, templates, and scripts into pure JavaScript modules. Version 0.0.3 is the latest release. It is designed for use with Eustia to simplify authoring reusable UI components with HTML and CSS, without relying on web components. The transpiler extracts CSS into a string variable, HTML templates into string variables, and concatenates script content, providing a simple component pattern for library authors.
npm install eustia-componentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure Eustia to use eustia-component as a transpiler for .html files.
Consider using modern component frameworks like Vue or React if Eustia support is discontinued.
Use handler: require('eustia-component')()Ensure Eustia is properly configured in your project.
Run 'npm install eustia-component'
Change handler: require('eustia-component') to handler: require('eustia-component')()No dependency data recorded yet.