New Salix front-end
Go to file
Alex Moreno a7a97fd205
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
test: refs #6695 e2e fix command
2025-02-10 08:23:57 +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 feat: #7648 handle NavBar 2024-06-29 00:06:49 +02:00
src test: refs #6695 better stockBought 2025-02-06 08:30:46 +01:00
test feat: refs #6695 add setup and e2e testing 2025-02-10 07:44:52 +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.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 Added new structure 2022-12-20 12:00:36 +01:00
.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.db.e2e feat: refs #6695 add setup and e2e testing 2025-02-10 07:44:52 +01:00
Dockerfile.e2e feat: refs #6695 add setup and e2e testing 2025-02-10 07:44:52 +01:00
Jenkinsfile test: refs #6695 e2e fix sequential 2025-02-10 07:57:57 +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 fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
cypress.config.js test: refs #6695 e2e fix command 2025-02-10 08:23:57 +01:00
db.sh feat: refs #6695 add setup and e2e testing 2025-02-10 07:44:52 +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 fix command 2025-02-10 08:17:48 +01:00
docker-compose.yml feat: refs #6695 run e2e in docker 2024-10-02 15:20:54 +02:00
e2e.sh feat: refs #6695 add setup and e2e testing 2025-02-10 07:44:52 +01: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 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 test: refs #6695 e2e fix base urls 2025-02-10 08:16:05 +01:00
quasar.extensions.json feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
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