New Salix front-end
Go to file
Alex Moreno 88863a215a
gitea/salix-front/pipeline/pr-master This commit looks good Details
fix(TicketSaleMoreActions): hotFix isClaimable
2024-12-09 07:56:50 +01:00
.husky feat: refs #6130 husky hooks 2024-08-08 13:59:45 +02:00
.vscode refactor: refs #7129 refactor with vnTable 2024-07-12 10:41:18 +02:00
public feat: #7648 handle NavBar 2024-06-29 00:06:49 +02:00
src fix(TicketSaleMoreActions): hotFix isClaimable 2024-12-09 07:56:50 +01:00
test feat: mock validations 2024-12-03 14:37:45 +01:00
.editorconfig Added new structure 2022-12-20 12:00:36 +01:00
.eslintignore Added new structure 2022-12-20 12:00:36 +01:00
.eslintrc.cjs feat: #7196 eslint 2024-06-20 16:06:56 +02:00
.gitignore change gitignore to include cypress screenshots and videos 2023-01-09 09:05:21 +01:00
.npmrc Added new structure 2022-12-20 12:00:36 +01:00
.prettierrc.js Updated summary with computed data 2023-01-26 14:56:17 +01:00
CHANGELOG.md chore: refs #8231 add changelog 2024-11-25 14:49:10 +01:00
Dockerfile refs #6797 deploy: use pnpm 2024-02-26 12:33:06 +01:00
Jenkinsfile feat: refs #8248 Added beta in jenkinsfile 2024-12-05 08:50:06 +01:00
README.md hotFix(Readme): change bun to pnpm 2024-03-15 10:43:25 +01:00
bun.lockb refs #6797 feat(jenkins) use pnpm 2024-02-21 13:14:04 +01:00
changelog.sh feat: add changelog 2024-06-10 15:55:22 +02:00
commitlint.config.js feat: refs #6130 husky commitLint config 2024-08-08 14:00:14 +02:00
cypress.config.js feat: #7782 add cypress report 2024-10-29 14:27:24 +01:00
docker-compose.yml ci: refs #7442 Kubernetes deploy 2024-05-27 13:31:40 +02:00
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json Polishing 2023-03-21 09:49:47 +01:00
package.json build: refs #8144 change package version 2024-11-19 07:59:48 +01:00
pnpm-lock.yaml feat: #7782 add cypress report 2024-10-29 14:27:24 +01:00
postcss.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.extensions.json WIP 2024-04-03 08:08:54 -03:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
vitest.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +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:unit

Run e2e tests

pnpm run test:e2e

Build the app for production

quasar build