New Salix front-end
Go to file
Jorge Penadés 36ff4e9312 refactor: refs #6891 searchbar teleport 2024-06-03 12:58:26 +02:00
.vscode
public
src refactor: refs #6891 searchbar teleport 2024-06-03 12:58:26 +02:00
test Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6942-improveInvoceIn 2024-05-28 13:14:11 +02:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md feat: refs #6600 Add option to add comment for photo motivation 2024-06-03 09:30:37 +02:00
Dockerfile
Jenkinsfile ci: refs #7442 Kubernetes deploy 2024-05-27 13:31:40 +02:00
README.md
bun.lockb
cypress.config.js
docker-compose.yml ci: refs #7442 Kubernetes deploy 2024-05-27 13:31:40 +02:00
index.html
jsconfig.json
package.json fix: searchbar redirect 2024-05-30 10:22:13 +02:00
pnpm-lock.yaml resolve pnpm lock conflicts and change some colors 2024-04-18 08:33:23 -03:00
postcss.config.js
quasar.config.js fix: limit width some fields 2024-05-14 10:41:28 +02: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