New Salix front-end
Go to file
Carlos Satorres 2148c18952
gitea/salix-front/pipeline/head This commit looks good Details
Merge pull request 'refs #6325 claimRatio' (!151) from 6325-tasaClaim into dev
Reviewed-on: #151
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
2024-01-12 08:00:28 +00:00
.vscode remove added vscode settings 2023-12-01 09:33:56 -03:00
public Icons 2023-01-03 14:34:23 +01:00
src Merge branch 'dev' into 6325-tasaClaim 2024-01-12 07:47:39 +00:00
test fix: refs #6630 fix invoiceInList test 2024-01-11 16:42:41 +01:00
.editorconfig Added new structure 2022-12-20 12:00:36 +01:00
.eslintignore Added new structure 2022-12-20 12:00:36 +01:00
.eslintrc.js refs #5673 test(CrudModel): front and e2e 2023-08-21 15:14:19 +02:00
.gitignore change gitignore to include cypress screenshots and videos 2023-01-09 09:05:21 +01:00
.npmrc Added new structure 2022-12-20 12:00:36 +01:00
.prettierrc.js Updated summary with computed data 2023-01-26 14:56:17 +01:00
CHANGELOG.md refs #6062 fix: correct version 2023-12-15 08:18:48 +01:00
Dockerfile Added new structure 2022-12-20 12:00:36 +01:00
Jenkinsfile Removed quasar install from jenkinsfile 2023-03-02 08:23:02 +01:00
README.md Updated readme 2023-01-03 14:39:04 +01:00
cypress.config.js ref #5835 e2e & unit tests done 2023-11-09 10:29:28 +01:00
docker-compose.yml refs #3723 Set docker memory limit 2023-03-06 09:57:57 +01:00
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json Polishing 2023-03-21 09:49:47 +01:00
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 Added new structure 2022-12-20 12:00:36 +01:00
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 Added vitest 2022-12-22 13:46:43 +01:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
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