New Salix front-end
Go to file
Jorge Penadés 4d84513979
gitea/salix-front/pipeline/head This commit looks good Details
gitea/salix-front/pipeline/pr-dev This commit looks good Details
Merge pull request '#6909 add warning unsaved changes' (!211) from 6909-addWarningUnsavedChanges into dev
Reviewed-on: #211
Reviewed-by: JAVIER SEGARRA MARTINEZ <jsegarra@verdnatura.es>
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
2024-02-28 07:40:19 +00:00
.vscode refs #4797 feat(WorkerNotification): use Maps 2023-11-08 12:19:38 +01:00
public Icons 2023-01-03 14:34:23 +01:00
src Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6909-addWarningUnsavedChanges 2024-02-28 08:34:19 +01:00
test Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 5509-entryDms 2024-02-22 09:11:36 +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 add new rule for eslintrc.js 2024-01-18 07:32:24 +01: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 refs #6062 fix: correct version 2023-12-15 08:18:48 +01:00
Dockerfile refs #6797 fix(jenkins) momentarily 2024-02-21 13:34:31 +01:00
Jenkinsfile refs #6797 warmFix: jenkinsfile 2024-02-27 09:39:19 +01: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 refs #3723 Set docker memory limit 2023-03-06 09:57:57 +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 refs #6797 fix(jenkins) momentarily old package.json 2024-02-21 13:43:33 +01:00
pnpm-lock.yaml refs #6797 fix(jenkins) remove chormium 2024-02-21 13:21:31 +01:00
postcss.config.js Added new structure 2022-12-20 12:00:36 +01:00
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 Added vitest 2022-12-22 13:46:43 +01:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
vitest.config.js Convert to pascal 2023-04-11 13:31:03 +02:00

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