New Salix front-end
Go to file
Alex Moreno ae4731c7e6 Merge branch 'dev' of https: refs #6695//gitea.verdnatura.es/verdnatura/salix-front into 6695-docker_push 2025-01-28 07:38:51 +01:00
.husky fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
.vscode Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
public Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
src Merge branch 'dev' into 8381-thermographTravel 2025-01-27 16:20:04 +01:00
test Merge branch 'dev' of https: refs #6695//gitea.verdnatura.es/verdnatura/salix-front into 6695-docker_push 2025-01-28 07:38:51 +01:00
.editorconfig
.eslintignore
.eslintrc.js feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
.gitignore perf: refs #8339 minor changes 2025-01-24 08:09:48 +01:00
.npmrc
.prettierrc.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
CHANGELOG.md build: refs #8389 changelog 2025-01-13 15:24:20 +01:00
Dockerfile feat: refs #6695 run front 2024-10-21 11:34:39 +02:00
Dockerfile.e2e fix: refs #6695 e2e.sh 2024-12-12 10:26:52 +01:00
Jenkinsfile Merge branch 'dev' of https: refs #6695//gitea.verdnatura.es/verdnatura/salix-front into 6695-docker_push 2024-12-12 07:19:21 +01:00
README.md
bun.lockb
changelog.sh
commitlint.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
cypress.config.js Merge branch 'dev' of https: refs #6695//gitea.verdnatura.es/verdnatura/salix-front into 6695-docker_push 2025-01-28 07:38:51 +01:00
dind.sh feat: refs #6695 jenkins run e2e 2024-10-04 12:08:47 +02:00
docker-compose.e2e.yml feat: refs #6695 run front 2024-10-21 11:34:39 +02:00
docker-compose.yml feat: refs #6695 run e2e in docker 2024-10-02 15:20:54 +02:00
e2e.sh fix: refs #6695 e2e.sh 2024-12-12 10:26:52 +01:00
index.html
jsconfig.json
package.json fix: refs #7196 not neccessary 2025-01-22 11:11:41 +01:00
pnpm-lock.yaml fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
postcss.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
proxy.mjs feat: refs #6695 run front 2024-10-21 11:34:39 +02:00
quasar.config.js Merge branch 'dev' of https: refs #6695//gitea.verdnatura.es/verdnatura/salix-front into 6695-docker_push 2025-01-28 07:38:51 +01:00
quasar.extensions.json feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
quasar.testing.json
vitest.config.js refactor: refs #8320 moved front tests to their respective sections 2024-12-19 12:32:29 +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