New Salix front-end
Go to file
Alex Moreno 84ac4dd210 fix: refs #8197 vnPaginate onFetch emit 2024-12-18 14:21:59 +01:00
.husky
.vscode
public
src fix: refs #8197 vnPaginate onFetch emit 2024-12-18 14:21:59 +01:00
test test(VnTable): refs #8197 mock useFilterParams 2024-12-18 13:16:45 +01:00
.editorconfig Formatted project 2022-03-24 14:57:11 +01:00
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js Updated summary with computed data 2023-01-26 14:56:17 +01:00
CHANGELOG.md chore: refs #8282 add changelog 2024-12-09 15:24:18 +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 feat: refs #6130 husky commitLint config 2024-08-08 14:00:14 +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: change package version 2024-11-19 09:12:43 +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

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