New Salix front-end
Go to file
Jorge Penadés 1cf9a46286
gitea/salix-front/pipeline/pr-dev This commit looks good Details
Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 7119-createVehicle
2025-01-21 10:47:48 +01:00
.husky
.vscode
public
src Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 7119-createVehicle 2025-01-21 10:47:48 +01:00
test test: skip 2025-01-20 13:13:09 +01:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md build: refs #8389 changelog 2025-01-13 15:24:20 +01:00
Dockerfile
Jenkinsfile feat: refs #8248 Added beta in jenkinsfile 2024-12-05 08:50:06 +01:00
README.md
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js refactor: refs #8219 modified list test, created cypress download folder and added to gitignore 2025-01-08 07:35:08 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2025-01-08 12:19:51 +01:00
pnpm-lock.yaml fix(WorkerTimeControl): fix isoYear 2025-01-08 12:19:27 +01:00
postcss.config.js
quasar.config.js
quasar.extensions.json
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