Lilium (lilium-front)
Lilium frontend
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Run unit tests
npm run test:unit
Run e2e tests
npm run test:e2e
Build the app for production
quasar build