New Salix front-end
Go to file
Jose Antonio Tubau 6ce571a8ab
gitea/salix-front/pipeline/pr-dev This commit looks good Details
Merge branch 'dev' into 8317-buttonsToRightOnItemFixedPrice
2025-01-08 05:59:56 +00:00
.husky Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
.vscode Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
public
src Merge branch 'dev' into 8317-buttonsToRightOnItemFixedPrice 2025-01-08 05:59:56 +00:00
test Merge branch 'dev' of https: refs #7957//gitea.verdnatura.es/verdnatura/salix-front into 7957-monitorChanges 2025-01-07 14:11:44 +01:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md build: refs #8355 add changelog 2025-01-07 07:30:44 +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 Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
cypress.config.js feat: add reportFileName option 2024-11-24 16:41:21 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json build: add new version 2025-01-07 09:44:55 +01:00
pnpm-lock.yaml feat: #7782 add cypress report 2024-10-29 14:27:24 +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