New Salix front-end
Go to file
Pau Rovira 8e08f65173 feat: refs #8406 add empty row on loading InvoiceInVat 2025-04-23 13:53:34 +02:00
.husky
.vscode
docs
public
src feat: refs #8406 add empty row on loading InvoiceInVat 2025-04-23 13:53:34 +02:00
test Merge branch 'dev' into 8443-vehicleEvent 2025-04-22 05:55:58 +00:00
.dockerignore
.editorconfig
.eslintrc.json
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js
eslint.config.js
index.html
jsconfig.json
package.json
pnpm-lock.yaml
postcss.config.js
proxy-serve.js
quasar.config.js
quasar.config.js.temporary.compiled.1744020058024.mjs
quasar.extensions.json
quasar.testing.json
vitest.config.js

README.md

Lilium (lilium-front)

Lilium frontend

Install the dependencies

pnpm install

Install quasar cli

sudo npm install -g @quasar/cli

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

quasar dev

Run unit tests

pnpm run test:front

Run e2e tests

pnpm run test:e2e

Run e2e parallel

pnpm run test:e2e:parallel

View e2e parallel report

pnpm run test:e2e:summary

Build the app for production

quasar build

Serve the app for production

quasar build quasar serve dist/spa --host 0.0.0.0 --proxy=./proxy-serve.js