html-component-engine
v0.1.4
Published
A Vite plugin for HTML component components with a lightweight static site compiler
Maintainers
Readme
HTML Component Engine
A lightweight Vite plugin for HTML components.
Quick Start
npx html-component-engineCommands
npm run dev # Development server
npm run build # Production buildProject Structure
src/
index.html
about.html
components/
Header.html
Footer.html
Card.htmlBuild Output
dist/
index.html
about.html