0
0
Fork 0
New Salix front-end
Go to file
Alex Moreno 4d49404105 fix(TicketProblems): refs #8627 fix isTaxDataChecked and add claim 2025-02-18 10:28:39 +01:00
.husky
.vscode
docs
public
src fix(TicketProblems): refs #8627 fix isTaxDataChecked and add claim 2025-02-18 10:28:39 +01:00
test test: refs #8372 update submit button selector in InvoiceInVat spec 2025-02-17 18:25:18 +01:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md chore: refs #8622 changelog 2025-02-18 07:24:54 +01:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js fix: commit error 2025-02-14 13:39:54 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json build: init version 2025-02-04 14:44:31 +01:00
pnpm-lock.yaml
postcss.config.js
proxy-serve.js
quasar.config.js Merge branch 'dev' into 6321_negative_tickets 2025-01-30 00:08:58 +01:00
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:unit

Run e2e tests

pnpm run test:e2e

Build the app for production

quasar build