简介
htmx 是拥有 47,700+ GitHub stars 的 HTML 扩展库,通过属性添加 AJAX、WebSocket 和 CSS 过渡。无需写 JavaScript。14KB 体积,搭配任何服务器框架。适合 AI 演示和内部工具。
Add AJAX, WebSockets, and CSS transitions to HTML with attributes. No JS framework needed. 47K+ GitHub stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
<script src="https://unpkg.com/htmx.org@2"></script>
<button hx-get="/api/data" hx-target="#results">Load</button>
<div id="results"></div>htmx 是拥有 47,700+ GitHub stars 的 HTML 扩展库,通过属性添加 AJAX、WebSocket 和 CSS 过渡。无需写 JavaScript。14KB 体积,搭配任何服务器框架。适合 AI 演示和内部工具。
Created by Big Sky Software. Licensed under BSD-2-Clause.
htmx — ⭐ 47,700+