New Salix front-end
Go to file
PAU ROVIRA ROSALENY 9c790f734c
gitea/salix-front/pipeline/pr-dev This commit looks good Details
Merge branch 'dev' into 8423-e2eZoneWarehouse
2025-01-29 07:32:46 +00:00
.husky fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
.vscode
public
src Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2025-01-28 12:15:08 +01:00
test Merge branch '8423-e2eZoneWarehouse' of https://gitea.verdnatura.es/verdnatura/salix-front into 8423-e2eZoneWarehouse 2025-01-29 08:32:07 +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 #8452 add change log 2025-01-27 15:24:08 +01:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
cypress.config.js fix: update setupNodeEvents to use async/await for plugin import 2025-01-29 07:35:04 +01:00
docker-compose.yml
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
quasar.config.js feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +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