New Salix front-end
Go to file
Jon Elias 709f434e5d
gitea/salix-front/pipeline/pr-dev This commit looks good Details
refactor: refs #7354 changed icon color in table and notification when deleting a zone
2024-09-02 12:49:15 +02:00
.husky feat: refs #6130 husky hooks 2024-08-08 13:59:45 +02:00
.vscode refactor: refs #7129 refactor with vnTable 2024-07-12 10:41:18 +02:00
public feat: #7648 handle NavBar 2024-06-29 00:06:49 +02:00
src refactor: refs #7354 changed icon color in table and notification when deleting a zone 2024-09-02 12:49:15 +02:00
test Merge branch 'dev' into 7354_ZoneMigration_End 2024-08-16 09:47:49 +00:00
.editorconfig
.eslintignore Added new structure 2022-12-20 12:00:36 +01:00
.eslintrc.cjs
.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 ci: refs #7442 Kubernetes deploy 2024-05-27 13:31:40 +02:00
index.html
jsconfig.json Polishing 2023-03-21 09:49:47 +01:00
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