Settings [project]
In order to configure the structure, there is a folder that centralizes what is configurable within the project
Thesrc/settingsfolder has several configuration files. Through them it is possible to configure a series of resources that we will see below.
components.js
components.jsConfigures the application components in general. Through it we can apply settings to all text fields in the system, for example.
date.js
date.jsHandles the date formats and settings that are supported
field.js
field.jsIt constitutes a field construction factory with all the properties that a field must have.
http.js
http.jsHTTP client instance to make connections to the application's base API. It has interceptors and will be changed to passheadersand modify the basic connection settings.
local.js
local.jsIt is the HTTP client instance to make requests for the project itself. It creates a client that points to the URL where the project is available in the browser.
report.js
report.jsRepresents the settings that can be made to run the reports.
rest.js
rest.jsIt has resources to adapt theRestclass communication with the responses that the APIs return.
schema.js
schema.jsIt groups the main properties that we can change when constructing theschemaand converting afieldinto a Vuecomponent.
Last updated
Was this helpful?