简介
Astro 是一个默认零 JavaScript 的 Web 框架,GitHub 50,000+ stars。所有内容渲染为静态 HTML,仅在需要时通过 Islands 架构注入交互性。支持 React、Vue、Svelte。适合文档、博客、营销页面等内容优先网站。
Web framework that ships zero JavaScript by default. Build blazing-fast content sites with any UI framework. Islands architecture for selective interactivity. Perfect for docs and blogs. 50,000+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
npm create astro@latest my-site
cd my-site && npm run devAstro 是一个默认零 JavaScript 的 Web 框架,GitHub 50,000+ stars。所有内容渲染为静态 HTML,仅在需要时通过 Islands 架构注入交互性。支持 React、Vue、Svelte。适合文档、博客、营销页面等内容优先网站。