New Salix front-end
Go to file
Javier Segarra ed95f0fad9
gitea/salix-front/pipeline/head This commit looks good Details
Merge pull request 'Add serve comand in README.md' (!1635) from update_readme into dev
Reviewed-on: #1635
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
2025-03-25 15:00:42 +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: #7648 handle NavBar 2024-06-29 00:06:49 +02:00
src Merge branch 'dev' into 8683-vnSelectSortByOptionLabel 2025-03-25 12:45:40 +00:00
test Merge branch 'dev' into 8683-vnSelectSortByOptionLabel 2025-03-25 12:45:40 +00: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 2025-03-25 08:39:19 +01:00
Dockerfile perf: refs #6695 only necessary 2025-02-18 10:44:51 +01:00
Jenkinsfile fix: reduce parallelism in Cypress tests to improve stability 2025-03-21 09:49:00 +01:00
README.md docs: add production serving instructions to README 2025-03-25 12:23:49 +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: remove slowTestThreshold from Cypress configuration 2025-03-16 13:57:51 +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 fix: refs #8581 rollback 2025-03-18 11:27:35 +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

Serve the app for production

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