Frontend
Last updated
Was this helpful?
The Chamilo 2.0 frontend is a Vue 3 single-page application (SPA) that communicates with the backend via the REST API.
Vue Components — The reusable components in assets/vue/components/
Views and Routing — Page views in assets/vue/views/ and the Vue Router setup
State Management — Pinia stores for application state
Build System — Webpack Encore, Tailwind, and the build pipeline
Last updated
Was this helpful?
Was this helpful?