New Salix front-end
Go to file
Jon Elias 0650380b7b Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 7010-AddPackingField 2024-10-02 11:29:54 +02: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 feat: #7648 handle NavBar 2024-06-29 00:06:49 +02:00
src Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 7010-AddPackingField 2024-10-02 11:29:54 +02:00
test fix: solve conflicts with stockBought 2024-10-01 11:40:29 +02:00
.editorconfig
.eslintignore
.eslintrc.cjs Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md chore: changelog 2024-09-16 15:17:31 +02:00
Dockerfile
Jenkinsfile
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 fix: revert cypress mjs 2024-06-28 08:37:39 +02:00
docker-compose.yml
index.html
jsconfig.json
package.json build: init version 2442 2024-09-24 12:23:19 +02:00
pnpm-lock.yaml fix: refs #6130 pnpm-lock.yml 2024-08-08 16:22:31 +02:00
postcss.config.js
quasar.config.js
quasar.extensions.json WIP 2024-04-03 08:08:54 -03:00
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