-
Notifications
You must be signed in to change notification settings - Fork 0
Components
In this part, the main components and their advantages for this project are presented.
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 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 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.