TDLAPP by Big Brain Energy
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build
docker compose build --no-cache --progress=plain
See Configuring quasar.config.js.
For Cypress, view the live GUI via https://localhost:6080
You can also switch between e2e and component testing in the Cypress GUI without stopping the command and rerunning the other.
Cypress e2e
yarn test:e2e
Cypress Components
yarn test:component
Results will be displayed in CLI directly
yarn test:unit
eslint keeps crashing on first load (doesn't work until window reload):