📚 Openblog is an elegant, simple, and user-friendly blog. Focused on accessibility, SEO and performance. - astro-blog/tailwind.config.cjs at main · dstroot/astro-blog
📚 Openblog is an elegant, simple, and user-friendly blog. Focused on accessibility, SEO and performance. - astro-blog-template/tailwind.config.cjs at e1a625ab2600c9772c51b7ca4705c870b6675209 · kleczeks/astro-blog-template
The blog is used to display AstroWind documentation. Each new article will be an important step that you will need to know to be an expert in creating a website using Astro + Tailwind CSS. Astro is a very interesting technology. Thanks. ...
The blog is used to display AstroWind documentation. Each new article will be an important step that you will need to know to be an expert in creating a website using Astro + Tailwind CSS. Astro is a very interesting technology. Thanks. Can Dogs Eat Barbacoa? The Answer, Straight from ...
通过 astro add 命令即可添加使用支持静态页面生成 (SSG) 和服务器端渲染 (SSR),可以按需渲染内容开发者体验出众:Astro 支持所有喜爱的开发者工具和功能,如 TypeScript、NPM 包、Scoped CSS、CSS Modules、Sass、Tailwind、Markdown、MDX按需组件:Astro 支持通过水化组件按需加载 JavaScript。因此,如果该特定组件不...
Astro 最初的设计并非与 React 或 Vue 等竞争,而是为了支持互操作性。简而言之,就是可以在 Astro 中使用喜欢的工具!它提供了对 React、Vue、Svelte 和 Tailwind CSS 等前端工具的一流支持。 然而,Astro 真正的亮点是名为岛屿的前端架构范式转变。Astro的岛屿架构能够提高应用的速度,它将 UI 拆分为更小的、隔离...
Astro 最初的设计并非与 React 或 Vue 等竞争,而是为了支持互操作性。简而言之,就是可以在 Astro 中使用喜欢的工具!它提供了对 React、Vue、Svelte 和 Tailwind CSS 等前端工具的一流支持。 然而,Astro 真正的亮点是名为岛屿的前端架构范式转变。Astro的岛屿架构能够提高应用的速度,它将 UI 拆分为更小的、隔离...
NextJs Templates Hugo Themes Bootstrap Templates Tailwind Templates Bundles All Access Pass Hugo Bundle Astro Bundle Nextjs Bundle Tailwind Bundle Bootstrap Bundle Help And Support Documentation Contact Us Frequently Asked Questions Custom Development Blog Terms License Refund Policy Privacy Policy ...
可定制:Tailwind, MDX 和 100 多个其他集成可供选择。 不依赖特定 UI:支持 React, Preact, Svelte, Vue, Solid, Lit 等等。 Astro 正式发布了 3.0 大版本更新,速度提升 30%,功能比以往更强大。 据称Astro 3.0 是首款支持 View Transitions API 的主流 Web 框架。基于该特性,开发者可以在页面导航中轻松实现...
Astro项目可以用很多方法进行样式声明,我们在这里无法涵盖所有。然而你应该知道,Astro支持任何你能想到的方法。你可以编写纯CSS、Sass和CSS模块,甚至可以导入你喜欢的CSS库,比如Tailwind。 你可以直接在你的组件或页面模板上添加一个标签。 --- ---.container{/* */}nav{display: flex;gap:1rem; }nava{/* */...