> 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/zh/kai-fa-zhe-zhi-nan/developer-guide/frontend.md).

# 前端

Chamilo 3.0 前端是一个 Vue 3 单页应用（SPA），通过 REST API 与后端通信。

* [**Vue 组件**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/frontend/vue-components.md) — `assets/vue/components/` 中的可复用组件
* [**视图与路由**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/frontend/views-and-routing.md) — `assets/vue/views/` 中的页面视图以及 Vue Router 配置
* [**状态管理**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/frontend/state-management.md) — 用于应用状态的 Pinia stores
* [**构建系统**](/3.x/zh/kai-fa-zhe-zhi-nan/developer-guide/frontend/build-system.md) — Webpack Encore、Tailwind 以及构建流水线
