New Salix front-end
Go to file
Javier Segarra 216cd231bf
gitea/salix-front/pipeline/head This commit looks good Details
Merge pull request 'test_dev_resolveConflicts' (!647) from test_dev_resolveConflicts into dev
Reviewed-on: #647
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
2024-08-27 07:10:19 +00:00
.husky feat: refs #6130 husky hooks 2024-08-08 13:59:45 +02:00
.vscode Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
public Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
src Merge branch 'test' into dev 2024-08-27 07:11:20 +02:00
test Merge branch 'test' into dev 2024-08-27 07:11:20 +02:00
.editorconfig
.eslintignore
.eslintrc.cjs Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md add changelog 2024-08-05 14:52:20 +02:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js feat: refs #6130 husky commitLint config 2024-08-08 14:00:14 +02:00
cypress.config.js
docker-compose.yml
index.html
jsconfig.json
package.json fix: refs #6130 add commit lint modules 2024-08-08 16:20:43 +02:00
pnpm-lock.yaml fix: refs #6130 pnpm-lock.yml 2024-08-08 16:22:31 +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