Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 635 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 635 Bytes

ESI2022 Team E frontend

ci

There are different approaches and technologies to consume REST APIs. In this project we are using a VueJS application as a consumer of the API that we have developed in the backend repository. This is a single page web application.

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

Tests

npm run test:unit