New Salix front-end
Go to file
Javier Segarra 1e9158b723 revert: browser chromium package.json 2025-03-01 09:46:02 +01:00
.husky
.vscode
docs ci: refs #6695 Docker & Jenkinsfile fixes/refactor 2025-02-20 16:58:49 +01:00
public
src Merge branch 'dev' into 7414-ticketHistoryChanges 2025-02-28 13:14:24 +00:00
test test: skip EntryStockBought test suite 2025-02-28 14:12:12 +01:00
.dockerignore ci: refs #6695 add .dockerignore and user identity debug 2025-02-20 14:50:05 +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 perf: refs #6695 only necessary 2025-02-18 10:44:51 +01:00
Jenkinsfile fix: update Jenkinsfile to remove specific end-to-end test files 2025-02-28 10:15:17 +01:00
README.md
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js fix: junit report 2025-02-27 10:29:33 +01:00
index.html
jsconfig.json
package.json revert: browser chromium package.json 2025-03-01 09:46:02 +01:00
pnpm-lock.yaml perf: refs #6695 only necessary 2025-02-18 10:44:51 +01:00
postcss.config.js
proxy-serve.js
quasar.config.js Revert "revert 1015acefb7e400be2d8b5958dba69b4d98276b34" 2025-02-25 09:53:02 +01:00
quasar.extensions.json
quasar.testing.json
vitest.config.js ci: refs #6695 vitest junit file fix 2025-02-21 12:17:05 +01:00

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