New Salix front-end
Go to file
Alex Moreno 8643733850
gitea/salix-front/pipeline/pr-master This commit looks good Details
feat(orderCatalog): load when reload section
2025-02-28 14:28:09 +01:00
.husky
.vscode
docs chore: refs #7405 remove VitePress cache files and update .gitignore 2025-01-28 11:25:52 +01:00
public
src feat(orderCatalog): load when reload section 2025-02-28 14:28:09 +01:00
test revert 1015acefb7 2025-02-24 15:52:21 +00:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore chore: refs #7405 remove VitePress cache files and update .gitignore 2025-01-28 11:25:52 +01:00
.npmrc
.prettierrc.js
CHANGELOG.md chore: refs #8622 changelog 2025-02-18 07:24:54 +01:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js revert 1015acefb7 2025-02-24 15:52:21 +00:00
docker-compose.yml
index.html
jsconfig.json
package.json revert 1015acefb7 2025-02-24 15:52:21 +00:00
pnpm-lock.yaml feat: refs #7405 add initial documentation and components for Lilium 2025-01-24 17:51:30 +01:00
postcss.config.js
proxy-serve.js
quasar.config.js revert 1015acefb7 2025-02-24 15:52:21 +00:00
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