Skip to content

Components

HanniBal27-2001 edited this page Feb 17, 2022 · 2 revisions

In this part, the main components and their advantages for this project are presented.

Vue.js

Vue.js is an approachable, performant and versatile framework for building web user interfaces.

We chose Vue.js as the frontend framework for our project because it offers ease of use and there is already prior knowledge among the developers. In addition to extensive and detailed documentation, the component-based architecture and two-way data binding make development easier for us.

Vuetify

Vuetify is a Vue UI Library with beautifully handcrafted Material Components. No design skills required — everything you need to create amazing applications is at your fingertips.

Vuex

Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.

Clone this wiki locally