New Salix front-end
Go to file
Jon Elias 0110ad3437
gitea/salix-front/pipeline/head This commit looks good Details
Merge pull request 'Warmfix[Submodule Descriptors]: Fixed submodule descriptors icons' (!1616) from Warmfix-SubModulesIcons into test
Reviewed-on: #1616
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
2025-03-21 06:17:18 +00:00
.husky fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
.vscode refactor: refs #7129 refactor with vnTable 2024-07-12 10:41:18 +02:00
docs chore: try fix cypress bug 2025-03-12 11:34:02 +01:00
public feat: userPanel 2024-07-16 13:50:07 +02:00
src fix: fixed submodule descriptors icons 2025-03-20 16:30:38 +01:00
test test: refs #8602 skip custom value dialog and order creation tests in OrderCatalog and OrderList 2025-03-18 09:28:14 +01:00
.dockerignore ci: refs #6695 add .dockerignore and user identity debug 2025-02-20 14:50:05 +01:00
.editorconfig Added new structure 2022-12-20 12:00:36 +01:00
.eslintignore Added new structure 2022-12-20 12:00:36 +01:00
.eslintrc.js feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
.gitignore fix: refs #6695 update Cypress configuration and test result paths 2025-02-26 12:13:26 +01:00
.npmrc Added new structure 2022-12-20 12:00:36 +01:00
.prettierrc.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
CHANGELOG.md chore: update CHANGELOG for version 25.10 with new features, changes, and fixes 2025-03-10 15:01:23 +01:00
Dockerfile perf: refs #6695 only necessary 2025-02-18 10:44:51 +01:00
Jenkinsfile feat: update Jenkinsfile to pull Docker images for back and db services 2025-03-14 11:40:19 +01:00
README.md docs: update README with e2e parallel run instructions and report viewing 2025-03-14 13:11:22 +01:00
bun.lockb refs #6797 feat(jenkins) use pnpm 2024-02-21 13:14:04 +01:00
changelog.sh feat: add changelog 2024-06-10 15:55:22 +02:00
commitlint.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
cypress.config.js chore: reduce page load timeout in Cypress configuration 2025-03-12 12:45:40 +01:00
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json Polishing 2023-03-21 09:49:47 +01:00
package.json chore: downgrade version from 25.14.0 to 25.12.0 in package.json 2025-03-18 09:46:16 +01:00
pnpm-lock.yaml chore: add junit-merge dependency to package.json 2025-03-14 08:02:13 +01:00
postcss.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
proxy-serve.js test: refs #6695 front use quasar dev (more fast) 2025-01-31 14:10:22 +01:00
quasar.config.js fix: refs #6695 update Cypress configuration and Docker setup for improved testing 2025-02-20 14:06:37 +01:00
quasar.extensions.json feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
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: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