Skip to content

bigbrainenergy-org/web.tdl.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDLAPP (new-web-tdl-app)

TDLAPP by Big Brain Energy

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Debug production versions

docker compose build --no-cache --progress=plain

Customize the configuration

See Configuring quasar.config.js.

Run test suites with live reloading

Integration

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

Unit

Results will be displayed in CLI directly

yarn test:unit

Troubleshooting

eslint keeps crashing on first load (doesn't work until window reload):

microsoft/vscode-eslint#1156