New Salix front-end
Go to file
Jorge Penadés a153146f82
gitea/salix-front/pipeline/head This commit looks good Details
Merge pull request '#6992 add URL params' (!273) from 6992-addQueryParamsUrl into dev
Reviewed-on: #273
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-04-10 06:45:14 +00:00
.vscode
public
src fix: refs #6992 warning console & formModel hook 2024-04-09 15:12:54 +02:00
test feat: refs #6992 comments 2024-04-09 15:08:54 +02:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore refs: #6993 deleted useless files 2024-03-15 14:09:05 +01:00
.npmrc
.prettierrc.js
CHANGELOG.md fix: refs #6992 add queryParams 2024-04-08 15:15:18 +02:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
cypress.config.js refactor: refs #6973 updated label and updated cypress test 2024-04-09 07:47:40 +02:00
docker-compose.yml
index.html
jsconfig.json
package.json refs #7152 deploy: init version 24.16 2024-03-28 09:23:12 +01:00
pnpm-lock.yaml
postcss.config.js
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
quasar.testing.json
vitest.config.js

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