New Salix front-end
Go to file
Alex Moreno 1978157a08
gitea/salix-front/pipeline/head This commit looks good Details
fix: props
2024-07-09 11:43:32 +02:00
.vscode
public
src fix: props 2024-07-09 11:43:32 +02:00
test Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6336-migrationClaim-v5 2024-07-08 14:25:01 +02:00
.editorconfig Formatted project 2022-03-24 14:57:11 +01:00
.eslintignore Added new structure 2022-12-20 12:00:36 +01:00
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md
Dockerfile refs #6797 deploy: use pnpm 2024-02-26 12:33:06 +01:00
Jenkinsfile feat(jenkinsfile): use build_id 2024-06-12 07:40:04 +02:00
README.md
bun.lockb
changelog.sh
cypress.config.js
docker-compose.yml
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json
package.json build: increase version 2430 2024-07-02 12:41:25 +02:00
pnpm-lock.yaml
postcss.config.js
quasar.config.js
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