0
0
Fork 0
New Salix front-end
Go to file
Joan Sanchez c95759f302 Updated summary with computed data 2023-01-26 14:56:17 +01:00
.vscode Updated cypress 2022-12-21 09:19:29 +01:00
public Icons 2023-01-03 14:34:23 +01:00
src Updated summary with computed data 2023-01-26 14:56:17 +01:00
test Vitest migration final step 2023-01-03 14:17:22 +01: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 Override eslint rules for cypress 2023-01-03 14:38:00 +01:00
.gitignore Added new structure 2022-12-20 12:00:36 +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 Added changelog 2022-12-22 08:22:01 +01:00
Dockerfile Added new structure 2022-12-20 12:00:36 +01:00
Jenkinsfile Added new structure 2022-12-20 12:00:36 +01:00
README.md Updated readme 2023-01-03 14:39:04 +01:00
cypress.config.js Vitest migration final step 2023-01-03 14:17:22 +01:00
docker-compose.yml Removed old folder 2022-12-20 12:50:57 +01:00
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json Added extra folder aliases & dynamic language import 2022-12-20 14:01:58 +01:00
package-lock.json Removed deprecated package for Vite 4 2023-01-04 08:12:32 +01:00
package.json Removed deprecated package for Vite 4 2023-01-04 08:12:32 +01:00
postcss.config.js Added new structure 2022-12-20 12:00:36 +01:00
quasar.config.js Removed deprecated package for Vite 4 2023-01-04 08:12:32 +01: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 VueI18nPlugin fixes for Vitest 2023-01-04 08:23:02 +01: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