New Salix front-end
Go to file
Jorge Penadés 41eccd2885 ref #6104 fix claimNotes test 2023-09-27 14:07:49 +02:00
.vscode Updated cypress 2022-12-21 09:19:29 +01:00
public Icons 2023-01-03 14:34:23 +01:00
src ref #6104 fix conflicts 2023-09-27 14:05:37 +02:00
test ref #6104 fix claimNotes test 2023-09-27 14:07:49 +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 feat(claim): migrate photos section 2023-02-13 15:19:43 +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 refs #5056 changelog 2023-03-24 07:32:03 +01:00
Dockerfile Added new structure 2022-12-20 12:00:36 +01:00
Jenkinsfile Removed quasar install from jenkinsfile 2023-03-02 08:23:02 +01:00
README.md Updated readme 2023-01-03 14:39:04 +01:00
cypress.config.js test(claim_photo): front and e2e 2023-02-22 14:55:29 +01: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-lock.json test to dev 2023-08-25 10:46:03 +02:00
package.json ref #6104 tests created and searchFn fixed 2023-09-26 11:49:57 +02:00
postcss.config.js Added new structure 2022-12-20 12:00:36 +01:00
quasar.config.js fix icons 2023-05-09 14:05:36 +02:00
quasar.extensions.json Added vitest 2022-12-22 13:46:43 +01:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
vitest.config.js Convert to pascal 2023-04-11 13:31:03 +02:00

README.md

Lilium (lilium-front)

Lilium frontend

Install the dependencies

npm 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

npm run test:unit

Run e2e tests

npm run test:e2e

Build the app for production

quasar build