Skip to content

環境構築

Astroの環境構築手順を以下に示します。

Astroでコンポーネントを作成する方法を学びます。

---
import MyComponent from '../components/MyComponent.astro';
---
<MyComponent />