Skip to content

BRIKEV/tpv-tickets-front

Repository files navigation

tpv-tickets-front

This example project only runs with NodeJS versions lower that 10.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Cypress tests

Inside UI-e2e there is all the cypress e2e tests.

You can execute cypress tests with these two commands inside UI-e2e folder:

Interactive mode

npm run cy:open

Headless mode

npm run cy:run