0
0
Fork 0
New Salix front-end
Go to file
Javier Segarra 7254f91645 refs #6321 feat: updates i18n dialog 2024-03-05 12:59:59 +01:00
.vscode refs #4797 feat(WorkerNotification): use Maps 2023-11-08 12:19:38 +01:00
public
src refs #6321 feat: updates i18n dialog 2024-03-05 12:59:59 +01:00
test fix: refs #6315 remove test patch 2024-02-29 15:51:18 +01:00
.editorconfig
.eslintignore
.eslintrc.js add new rule for eslintrc.js 2024-01-18 07:32:24 +01:00
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md refs #6062 fix: correct version 2023-12-15 08:18:48 +01:00
Dockerfile refs #6797 deploy: use pnpm 2024-02-26 12:33:06 +01:00
Jenkinsfile Merge branch 'dev' into 6797-use-pnpm 2024-02-28 07:28:53 +00:00
README.md refs #6797 feat: deploy dev branch and use bun 2024-02-05 09:42:21 +01:00
bun.lockb refs #6797 feat(jenkins) use pnpm 2024-02-21 13:14:04 +01:00
cypress.config.js ref #5835 e2e & unit tests done 2023-11-09 10:29:28 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json Merge branch 'dev' into 6797-use-pnpm 2024-02-29 09:26:08 +00:00
pnpm-lock.yaml refs #6797 package: fix pnpm-lock 2024-02-28 08:37:57 +01:00
postcss.config.js
quasar.config.js Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6104-changeVnLog 2023-12-07 16:25:13 +01:00
quasar.extensions.json
quasar.testing.json
vitest.config.js

README.md

Lilium (lilium-front)

Lilium frontend

Install the dependencies

bun install

Install quasar cli

sudo bun install -g @quasar/cli

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Run unit tests

bun run test:unit

Run e2e tests

npm run test:e2e

Build the app for production

quasar build