0
0
Fork 0
New Salix front-end
Go to file
Javier Segarra 561a895d04 Merge pull request 'fix: add agencyModeFk to selectedClient' (!1560) from hotfix_fixGetAgenciesTicketList into master
Reviewed-on: verdnatura/salix-front#1560
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2025-03-06 00:30:21 +00:00
.husky fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
.vscode refactor: refs #7129 refactor with vnTable 2024-07-12 10:41:18 +02:00
docs chore: refs #7405 remove VitePress cache files and update .gitignore 2025-01-28 11:25:52 +01:00
public
src feat: handle clear customer 2025-03-06 01:28:54 +01:00
test test: fix test 2025-03-06 01:15:31 +01:00
.editorconfig
.eslintignore
.eslintrc.js feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
.gitignore chore: refs #7405 remove VitePress cache files and update .gitignore 2025-01-28 11:25:52 +01:00
.npmrc
.prettierrc.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
CHANGELOG.md build: refs #8713 add changelog 2025-03-03 15:53:17 +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 fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
cypress.config.js refactor: remove default browser setting and update test case to run normally 2025-03-03 23:35:29 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json Revert "revert 1015acefb7e400be2d8b5958dba69b4d98276b34" 2025-02-25 09:40:46 +01:00
pnpm-lock.yaml feat: refs #7405 add initial documentation and components for Lilium 2025-01-24 17:51:30 +01:00
postcss.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
proxy-serve.js fix: refs #7826 init 2025-01-23 13:49:21 +01:00
quasar.config.js Revert "revert 1015acefb7e400be2d8b5958dba69b4d98276b34" 2025-02-25 09:40:46 +01:00
quasar.extensions.json feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
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