New Salix front-end
Go to file
Javier Segarra 42591d0781 feat #7271 router 2024-04-25 14:27:56 +02:00
.vscode refs #4797 feat(WorkerNotification): use Maps 2023-11-08 12:19:38 +01:00
public replaced quasar icon with salix icon 2022-06-08 12:31:08 +02:00
src feat #7271 router 2024-04-25 14:27:56 +02:00
test fix: slow test on skipped comment all test 2024-04-23 10:23:21 +02: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 add new rule for eslintrc.js 2024-01-18 07:32:24 +01:00
.gitignore change gitignore to include cypress screenshots and videos 2023-01-09 09:05:21 +01:00
.npmrc Added new structure 2022-12-20 12:00:36 +01:00
.prettierrc.js Updated summary with computed data 2023-01-26 14:56:17 +01:00
CHANGELOG.md deploy: refs #7253 init version 2420 2024-04-23 10:15:46 +02:00
Dockerfile refs #6797 deploy: use pnpm 2024-02-26 12:33:06 +01:00
Jenkinsfile Merge branch 'dev' into 6797-use-pnpm 2024-02-28 07:28:53 +00: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
cypress.config.js refactor: refs #6973 updated label and updated cypress test 2024-04-09 07:47:40 +02:00
docker-compose.yml refs #3723 Set docker memory limit 2023-03-06 09:57:57 +01: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 deploy: refs #7253 init version 2420 2024-04-23 10:15:46 +02:00
pnpm-lock.yaml resolve pnpm lock conflicts and change some colors 2024-04-18 08:33:23 -03:00
postcss.config.js Added new structure 2022-12-20 12:00:36 +01:00
quasar.config.js refs: #6425 merge conflicts 2024-04-03 12:56:56 +02:00
quasar.extensions.json WIP 2024-04-03 08:08:54 -03:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
vitest.config.js fix: refs #6425 fixed vitest config to avoid testing problems 2024-04-18 12:38:43 +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