Skip to content

paulovitorw1/intellya-front-vue

Repository files navigation

intellya-front-vue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Project Architecture

The project follows the Model-View-Presenter (MVP) architectural pattern. This pattern helps separate the concerns of the application and provides a clear separation between the data, presentation logic, and user interface.

In addition, the project utilizes the Adapter design pattern. Adapters are used to convert the data obtained from external sources, such as APIs, into a format that can be used by the application.

Additional Information

  • npm version: 6.14.18
  • Node.js version: 14.21.3

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published