New Salix front-end
Go to file
Carlos Satorres 745222c143
gitea/salix-front/pipeline/pr-master This commit looks good Details
Merge branch 'hotfix-irpfDaysOnWard' of https://gitea.verdnatura.es/verdnatura/salix-front into hotfix-irpfDaysOnWard
2024-12-12 08:53:33 +01:00
.husky
.vscode
public feat: userPanel 2024-07-16 13:50:07 +02:00
src Merge branch 'hotfix-irpfDaysOnWard' of https://gitea.verdnatura.es/verdnatura/salix-front into hotfix-irpfDaysOnWard 2024-12-12 08:53:33 +01:00
test Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix-front into test 2024-12-09 14:17:41 +01: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 change gitignore to include cypress screenshots and videos 2023-01-09 09:05:21 +01:00
.npmrc
.prettierrc.js
CHANGELOG.md chore: refs #8282 add changelog 2024-12-09 15:24:18 +01:00
Dockerfile refs #6797 deploy: use pnpm 2024-02-26 12:33:06 +01:00
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 feat: add reportFileName option 2024-11-24 16:41:21 +01:00
docker-compose.yml
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json
package.json
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