New Salix front-end
Go to file
Alex Moreno 72796d8d61
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
test: refs #6695 e2e better build front image
2025-02-06 10:02:14 +01: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 test: refs #6695 better stockBought 2025-02-06 08:30:46 +01:00
test test: refs #6695 e2e better checkNotification 2025-02-06 09:21:28 +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 #8452 add change log 2025-01-27 15:24:08 +01:00
Dockerfile feat: refs #6695 run front 2024-10-21 11:34:39 +02:00
Dockerfile.e2e test: refs #6695 e2e better checkNotification 2025-02-06 09:15:13 +01:00
Jenkinsfile test: refs #6695 e2e better build front image 2025-02-06 10:02:14 +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 test: refs #6695 e2e better checkNotification 2025-02-06 09:15:13 +01:00
dind.sh feat: refs #6695 jenkins run e2e 2024-10-04 12:08:47 +02:00
docker-compose.e2e.yml test: refs #6695 e2e better build front image 2025-02-06 09:28:35 +01:00
docker-compose.yml feat: refs #6695 run e2e in docker 2024-10-02 15:20:54 +02:00
e2e.sh test: refs #6695 run all e2e 2025-02-03 12:05:17 +01:00
index.html
jsconfig.json
package.json Merge branch 'dev' of https: refs #6695//gitea.verdnatura.es/verdnatura/salix-front into 6695-docker_push 2025-02-05 07:17:50 +01:00
pnpm-lock.yaml test: refs #6695 run all e2e (try use cypress-vite && retries) 2025-02-03 14:16:32 +01:00
postcss.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
proxy-serve.js test: refs #6695 front use quasar dev (more fast) 2025-01-31 14:10:22 +01:00
proxy.mjs build: refs #6695 try run e2e 2025-01-31 12:30:23 +01:00
quasar.config.js build: refs #6695 try run e2e 2025-01-31 12:30:23 +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