0
0
Fork 0
New Salix front-end
Go to file
Jorge Penadés 84cf3bea95 Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 7323-fineTunningWorker 2024-09-17 16:02:15 +02:00
.husky Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
.vscode Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
public
src Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 7323-fineTunningWorker 2024-09-17 16:02:15 +02:00
test Merge branch 'dev' into 7404-stockBought 2024-09-17 11:40:42 +00:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md fix branch 2024-09-05 12:39:55 +02:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
cypress.config.js
docker-compose.yml
index.html
jsconfig.json
package.json build: init version 2440 2024-09-10 10:33:55 +02:00
pnpm-lock.yaml Merge branch 'dev' into 6772_reload_sections 2024-08-22 09:48:42 +02:00
postcss.config.js
quasar.config.js
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