New Salix front-end
Go to file
Javier Segarra 70a747daab
gitea/salix-front/pipeline/head This commit looks good Details
refs #6654 fix: Invoice-out toolbartoolbar
2024-01-18 12:44:41 +01:00
.vscode remove added vscode settings 2023-12-01 09:33:56 -03:00
public
src refs #6654 fix: Invoice-out toolbartoolbar 2024-01-18 12:44:41 +01:00
test refs #6704 test: fix 2024-01-16 12:15:08 +01:00
.editorconfig
.eslintignore
.eslintrc.js refs #5673 test(CrudModel): front and e2e 2023-08-21 15:14:19 +02:00
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md refs #6062 fix: correct version 2023-12-15 08:18:48 +01:00
Dockerfile
Jenkinsfile
README.md
cypress.config.js ref #5835 e2e & unit tests done 2023-11-09 10:29:28 +01:00
docker-compose.yml
index.html
jsconfig.json
package-lock.json refs #6635 feat: correct version 2024-01-04 08:08:28 +01:00
package.json refs #6384 perf: remove unused dependencie 2024-01-11 12:35:58 +00:00
postcss.config.js
quasar.config.js Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6104-changeVnLog 2023-12-07 16:25:13 +01:00
quasar.extensions.json
quasar.testing.json
vitest.config.js Convert to pascal 2023-04-11 13:31:03 +02:00

README.md

Lilium (lilium-front)

Lilium frontend

Install the dependencies

npm 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

npm run test:unit

Run e2e tests

npm run test:e2e

Build the app for production

quasar build