0
0
Fork 0
New Salix front-end
Go to file
Carlos Satorres cce1d891fb refs #7283 fix viewSummary 2024-07-16 08:48:50 +02:00
.vscode refactor: refs #7129 refactor with vnTable 2024-07-12 10:41:18 +02:00
public
src refs #7283 fix viewSummary 2024-07-16 08:48:50 +02:00
test remove: refs #7129 remove spec 2024-07-12 11:13:13 +02:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
cypress.config.js
docker-compose.yml
index.html
jsconfig.json
package.json build: increase version 2430 2024-07-02 12:41:25 +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