0
0
Fork 0
New Salix front-end
Go to file
carlosfonseca 9d4d3bf84d Se hace correccion solicitada en issuecomment-39488 2024-01-22 07:55:30 -05:00
.vscode remove added vscode settings 2023-12-01 09:33:56 -03:00
public
src Se hace correccion solicitada en issuecomment-39488 2024-01-22 07:55:30 -05:00
test Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into hyervoni-branch-PR-2 2024-01-11 12:09:16 +01:00
.editorconfig
.eslintignore
.eslintrc.js refs test(CrudModel): front and e2e 2023-08-21 15:14:19 +02:00
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md refs fix: correct version 2023-12-15 08:18:48 +01:00
Dockerfile
Jenkinsfile
README.md
cypress.config.js ref e2e & unit tests done 2023-11-09 10:29:28 +01:00
docker-compose.yml
index.html
jsconfig.json
package-lock.json refs feat: correct version 2024-01-04 08:08:28 +01:00
package.json refs feat: correct version 2024-01-04 08:08:28 +01: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

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