0
0
Fork 0
New Salix front-end
Go to file
Javier Casado 6002800000 Merge branch 'dev' into 7179-changesClaimSummary 2024-04-11 11:37:11 +00:00
.vscode
public
src Merge branch 'dev' into 7179-changesClaimSummary 2024-04-11 11:37:11 +00:00
test fix: refs #7199 e2e 2024-04-11 12:29:30 +02:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore refs: #6993 deleted useless files 2024-03-15 14:09:05 +01:00
.npmrc
.prettierrc.js
CHANGELOG.md deploy: refs #7199 init version 2418 2024-04-11 12:34:23 +02:00
Dockerfile
Jenkinsfile Merge branch 'dev' into 6797-use-pnpm 2024-02-28 07:28:53 +00:00
README.md hotFix(Readme): change bun to pnpm 2024-03-15 10:43:25 +01:00
bun.lockb
cypress.config.js refactor: refs #6973 updated label and updated cypress test 2024-04-09 07:47:40 +02:00
docker-compose.yml
index.html
jsconfig.json
package.json deploy: refs #7199 init version 2418 2024-04-11 12:34:23 +02:00
pnpm-lock.yaml feat: update cypress v13 2024-03-06 09:52:51 +01:00
postcss.config.js
quasar.config.js Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6993-HideAllPagination 2024-03-26 09:35:23 +01:00
quasar.extensions.json
quasar.testing.json
vitest.config.js

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