New Salix front-end
Go to file
Javier Segarra d78460a438 test: add unit tests for useArrayDataStore and mock axios in axios.spec.js 2025-04-03 01:24:00 +02:00
.husky
.vscode
docs
public
src test: add unit tests for useArrayDataStore and mock axios in axios.spec.js 2025-04-03 01:24:00 +02:00
test Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into update_vitest_version 2025-04-03 00:32:24 +02:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md chore: update changelog 2025-03-25 08:39:19 +01:00
Dockerfile
Jenkinsfile chore: update Cypress parallel test execution to use 2 instances 2025-03-27 13:26:42 +01:00
README.md docs: add production serving instructions to README 2025-03-25 12:23:49 +01:00
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js
index.html
jsconfig.json
package.json chore: update dependencies and configuration for vue-i18n and eslint 2025-04-03 00:40:52 +02:00
pnpm-lock.yaml chore: update dependencies and configuration for vue-i18n and eslint 2025-04-03 00:40:52 +02:00
postcss.config.js
proxy-serve.js
quasar.config.js
quasar.extensions.json
quasar.testing.json
vitest.config.js chore: update dependencies and configuration for vue-i18n and eslint 2025-04-03 00:40:52 +02: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:front

Run e2e tests

pnpm run test:e2e

Run e2e parallel

pnpm run test:e2e:parallel

View e2e parallel report

pnpm run test:e2e:summary

Build the app for production

quasar build

Serve the app for production

quasar build quasar serve dist/spa --host 0.0.0.0 --proxy=./proxy-serve.js