Vue
The frontend is built with Vue.js, which is also subject to our Coding Standards.
Vue.js
Vue.js is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
This project uses Vue.js 3 built with Vite.
Vue API
The Vue API is available here online. This project uses the Composition API, which is available here online.
Last modified: 21 December 2023