New Salix front-end
Go to file
Pablo Natek 8ce4fc38e2
gitea/salix-front/pipeline/head This commit looks good Details
Merge pull request 'feat: add decimal places for longitude and latitude inputs in CustomerAddressEdit' (!1199) from fixDecimalP into master
Reviewed-on: #1199
Reviewed-by: Carlos Satorres <carlossa@verdnatura.es>
2025-01-13 07:03:16 +00:00
.husky Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02: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 feat: add decimal places for longitude and latitude inputs in CustomerAddressEdit 2025-01-13 08:01:05 +01:00
test test: refs #8197 fix e2e 2025-01-06 18:59:48 +01:00
.editorconfig
.eslintignore
.eslintrc.cjs Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
.gitignore refs: #6993 deleted useless files 2024-03-15 14:09:05 +01:00
.npmrc
.prettierrc.js
CHANGELOG.md build: refs #8355 add changelog 2025-01-07 07:30:44 +01:00
Dockerfile
Jenkinsfile feat: refs #8248 Added beta in jenkinsfile 2024-12-05 08:50:06 +01:00
README.md hotFix(Readme): change bun to pnpm 2024-03-15 10:43:25 +01:00
bun.lockb
changelog.sh feat: add changelog 2024-06-10 15:55:22 +02:00
commitlint.config.js Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
cypress.config.js feat: add reportFileName option 2024-11-24 16:41:21 +01:00
docker-compose.yml ci: refs #7442 Kubernetes deploy 2024-05-27 13:31:40 +02:00
index.html
jsconfig.json
package.json fix(WorkerTimeControl): fix isoYear 2025-01-08 12:19:27 +01:00
pnpm-lock.yaml fix(WorkerTimeControl): fix isoYear 2025-01-08 12:19:27 +01:00
postcss.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.extensions.json WIP 2024-04-03 08:08:54 -03:00
quasar.testing.json
vitest.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02: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