New Salix front-end
Go to file
Alex Moreno c9e4ab490d
gitea/salix-front/pipeline/head This commit looks good Details
build: init version 2442
2024-09-24 12:23:19 +02:00
.husky feat: refs #6130 husky hooks 2024-08-08 13:59:45 +02:00
.vscode Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
public Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
src Merge branch 'dev' into 7671_dense_itemFixedPrices 2024-09-24 07:39:22 +00:00
test fix: missing code 2024-09-24 09:35:34 +02:00
.editorconfig
.eslintignore
.eslintrc.cjs Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md chore: changelog 2024-09-16 15:17:31 +02:00
Dockerfile
Jenkinsfile feat(jenkinsfile): use build_id 2024-06-12 07:40:04 +02: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 fix: revert cypress mjs 2024-06-28 08:37:39 +02:00
docker-compose.yml
index.html
jsconfig.json
package.json build: init version 2442 2024-09-24 12:23:19 +02:00
pnpm-lock.yaml fix: refs #6130 pnpm-lock.yml 2024-08-08 16:22:31 +02: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
quasar.testing.json
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