> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/3.x/ja/gaido-3/developer-guide/frontend.md).

# フロントエンド

Chamilo 3.0 のフロントエンドは、REST API を通じてバックエンドと通信する Vue 3 のシングルページアプリケーション（SPA）です。

* [**Vue コンポーネント**](/3.x/ja/gaido-3/developer-guide/frontend/vue-components.md) — `assets/vue/components/` 内の再利用可能なコンポーネント
* [**ビューとルーティング**](/3.x/ja/gaido-3/developer-guide/frontend/views-and-routing.md) — `assets/vue/views/` 内のページビューと Vue Router の設定
* [**状態管理**](/3.x/ja/gaido-3/developer-guide/frontend/state-management.md) — アプリケーション状態のための Pinia ストア
* [**ビルドシステム**](/3.x/ja/gaido-3/developer-guide/frontend/build-system.md) — Webpack Encore、Tailwind、およびビルドパイプライン
