0
0
Fork 0
New Salix front-end
Go to file
Jon Elias 0692b8a9fd Merge branch 'dev' into 7354_ZoneMigration_End 2024-07-15 08:45:23 +00:00
.vscode
public feat: #7648 handle NavBar 2024-06-29 00:06:49 +02:00
src Merge branch 'dev' into 7354_ZoneMigration_End 2024-07-15 08:45:23 +00:00
test Merge branch 'dev' into 7354_ZoneMigration_End 2024-07-15 08:45:23 +00:00
.editorconfig
.eslintignore
.eslintrc.cjs feat: #7196 eslint 2024-06-20 16:06:56 +02:00
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2024-06-12 08:41:03 +02:00
Dockerfile
Jenkinsfile feat(jenkinsfile): use build_id 2024-06-12 07:40:04 +02:00
README.md
bun.lockb
changelog.sh feat: add changelog 2024-06-10 15:55:22 +02:00
cypress.config.js fix: revert cypress mjs 2024-06-28 08:37:39 +02:00
docker-compose.yml ci: refs #7442 Kubernetes deploy 2024-05-27 13:31:40 +02:00
index.html
jsconfig.json
package.json build: increase version 2430 2024-07-02 12:41:25 +02:00
pnpm-lock.yaml Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
postcss.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.extensions.json
quasar.testing.json
vitest.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +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