New Salix front-end
Go to file
Javier Segarra 2427fed2e8
gitea/salix-front/pipeline/pr-test This commit looks good Details
fix: refs #8242 workerDepartmentTree bug
2025-02-26 11:54:14 +01:00
.husky
.vscode
docs
public
src fix: refs #8242 workerDepartmentTree bug 2025-02-26 11:54:14 +01:00
test Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into Warmfix-AccountDescriptorMenu 2025-02-25 11:57:43 +01:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md chore: refs #8622 changelog 2025-02-18 07:24:54 +01:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js Revert "revert 1015acefb7e400be2d8b5958dba69b4d98276b34" 2025-02-25 09:40:46 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json Revert "revert 1015acefb7e400be2d8b5958dba69b4d98276b34" 2025-02-25 09:40:46 +01:00
pnpm-lock.yaml
postcss.config.js
proxy-serve.js
quasar.config.js Revert "revert 1015acefb7e400be2d8b5958dba69b4d98276b34" 2025-02-25 09:40:46 +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