環境構築
Astroの環境構築手順を以下に示します。
コンポーネントの作成
Section titled “コンポーネントの作成”Astroでコンポーネントを作成する方法を学びます。
---import MyComponent from '../components/MyComponent.astro';---
<MyComponent />
Astroの環境構築手順を以下に示します。
Astroでコンポーネントを作成する方法を学びます。
---import MyComponent from '../components/MyComponent.astro';---
<MyComponent />