0
0
Fork 0
New Salix front-end
Go to file
Javier Segarra ac1153b14c feat: add Options style in AddressList from OrderCreate 2024-11-26 12:26:18 +01:00
.husky
.vscode
public
src feat: add Options style in AddressList from OrderCreate 2024-11-26 12:26:18 +01:00
test test: refs #8231 fix VnLocation 2024-11-25 14:59:26 +01:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md chore: refs #8231 add changelog 2024-11-25 14:49:10 +01:00
Dockerfile
Jenkinsfile
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
changelog.sh
commitlint.config.js feat: refs #6130 husky commitLint config 2024-08-08 14:00:14 +02:00
cypress.config.js feat: #7782 add cypress report 2024-10-29 14:27:24 +01:00
docker-compose.yml
index.html
jsconfig.json
package.json build: refs #8144 change package version 2024-11-19 07:59:48 +01:00
pnpm-lock.yaml feat: #7782 add cypress report 2024-10-29 14:27:24 +01:00
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