New Salix front-end
Go to file
Jorge Penadés c4a4f7fcd6
gitea/salix-front/pipeline/pr-dev This commit looks good Details
refactor: refs #6818 change channel source
2024-11-14 11:20:16 +01: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 Merge branch '7014-RefactorQDrawer' of https://gitea.verdnatura.es/verdnatura/salix-front into 7014-RefactorQDrawer 2024-07-23 09:14:14 +02:00
src refactor: refs #6818 change channel source 2024-11-14 11:20:16 +01:00
test perf: refs #7308 #7308 remove comments 2024-11-14 09:03:18 +01: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 chore: refs #8062 add changelog 2024-10-02 15:31:09 +02:00
Dockerfile
Jenkinsfile feat(jenkinsfile): use build_id 2024-06-12 07:40:04 +02:00
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 feat: #7782 add cypress report 2024-10-29 14:27:24 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json feat: #7782 add cypress report 2024-10-29 14:27:24 +01:00
pnpm-lock.yaml feat: #7782 add cypress report 2024-10-29 14:27:24 +01:00
postcss.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00
quasar.extensions.json
quasar.testing.json
vitest.config.js Revert "feat: fixes #7196" 2024-06-28 08:23:11 +02:00

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