Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Astro 是一个集多功能于一体的 Web 框架。它内置包含了你构建网站所需的一切。还有数百个不同的集成和 API 钩子可根据你的具体用例和需求定制你的项目。
一些亮点包括:
群岛:一种基于组件的针对内容驱动的网站进行优化的 Web 架构。
UI 无关:支持 React、Preact、Svelte、Vue、Solid、Lit、HTMX、Web 组件等等。
服务器优先:将沉重的渲染移出访问者的设备。
默认无 JS:让客户端更少的执行 JS ,以提升网站速度。
内容集合:为你的 Markdown 内容,提供组织、校验并保证 TypeScript 类型安全。
可定制:Tailwind、MDX 和数百个集成可供选择。
Beta Was this translation helpful? Give feedback.
All reactions