# 前端

Chamilo 2.0 前端是一個 Vue 3 單頁應用程式 (SPA)，透過 REST API 與後端通訊。

* [**Vue 元件**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/frontend/vue-components.md) — `assets/vue/components/` 中的可重用元件
* [**視圖與路由**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/frontend/views-and-routing.md) — `assets/vue/views/` 中的頁面視圖以及 Vue Router 設定
* [**狀態管理**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/frontend/state-management.md) — 用於應用程式狀態的 Pinia 儲存
* [**建置系統**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/frontend/build-system.md) — Webpack Encore、Tailwind 以及建置流程


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/frontend.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
