New Salix front-end
Go to file
Carlos Satorres d6338f1988
gitea/salix-front/pipeline/head This commit looks good Details
Merge pull request '7917-freelancerRoute' (!1307) from 7917-freelancerRoute into dev
Reviewed-on: #1307
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
2025-01-29 10:37:11 +00:00
.husky fix: refs #7196 sass 2025-01-22 10:57:59 +01: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 Merge branch 'dev' into 7917-freelancerRoute 2025-01-29 08:05:27 +00:00
test Merge branch 'dev' into 8352-fixVnLog 2025-01-29 08:03:22 +00:00
.editorconfig Added new structure 2022-12-20 12:00:36 +01:00
.eslintignore Added new structure 2022-12-20 12:00:36 +01:00
.eslintrc.js feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
.gitignore perf: refs #8339 minor changes 2025-01-24 08:09:48 +01:00
.npmrc Added new structure 2022-12-20 12:00:36 +01:00
.prettierrc.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
CHANGELOG.md build: refs #8452 add change log 2025-01-27 15:24:08 +01:00
Dockerfile refs #6797 deploy: use pnpm 2024-02-26 12:33:06 +01:00
Jenkinsfile feat: refs #8248 Added beta in jenkinsfile 2024-12-05 08:50:06 +01:00
README.md hotFix(Readme): change bun to pnpm 2024-03-15 10:43:25 +01:00
bun.lockb refs #6797 feat(jenkins) use pnpm 2024-02-21 13:14:04 +01:00
changelog.sh feat: add changelog 2024-06-10 15:55:22 +02:00
commitlint.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
cypress.config.js fix: update setupNodeEvents to use async/await for plugin import 2025-01-29 07:35:04 +01:00
docker-compose.yml ci: refs #7442 Kubernetes deploy 2024-05-27 13:31:40 +02:00
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json Polishing 2023-03-21 09:49:47 +01:00
package.json fix: refs #7196 not neccessary 2025-01-22 11:11:41 +01:00
pnpm-lock.yaml fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
postcss.config.js fix: refs #7196 sass 2025-01-22 10:57:59 +01:00
quasar.config.js feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
quasar.extensions.json feat: refs #7196 update vite and q-calendar 2025-01-21 14:15:57 +01:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
vitest.config.js refactor: refs #8320 moved front tests to their respective sections 2024-12-19 12:32:29 +01: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