New Salix front-end
Go to file
Jorge Penadés 44d59d5e55
gitea/salix-front/pipeline/pr-dev This commit looks good Details
Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6911-saveOnEnter
2024-03-27 11:47:38 +01: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 6911-saveOnEnter 2024-03-27 11:47:38 +01:00
test refactor: refs #6993 fix test error 2024-03-26 09:56:33 +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 refs: #6993 deleted useless files 2024-03-15 14:09:05 +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 rafactor: refs #6951 actions descriptor & update changelog 2024-03-22 16:31:10 +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 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
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 #7033 deploy: init version 2414 2024-03-14 09:08:27 +01:00
pnpm-lock.yaml feat: update cypress v13 2024-03-06 09:52:51 +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 6993-HideAllPagination 2024-03-26 09:35:23 +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

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