0
0
Fork 0
New Salix front-end
Go to file
Alex Moreno a2bbf4474d fix(InvoiceOutGlobal): parallelism 2024-11-06 13:52:59 +01:00
.husky
.vscode
public
src fix(InvoiceOutGlobal): parallelism 2024-11-06 13:52:59 +01:00
test test: fix e2e 2024-10-29 08:48:06 +01:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js
docker-compose.yml
index.html
jsconfig.json
package.json build: init version 24.44 2024-10-15 09:29:06 +02:00
pnpm-lock.yaml
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