0
0
Fork 0
New Salix front-end
Go to file
Jose Antonio Tubau c450a6825c Merge pull request 'fix: refs: #8625 fixed agency and vehicle Fk and add select fields on create form' (!1503) from hotfix_8625_fixCreateNewRoute into master
Reviewed-on: verdnatura/salix-front#1503
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
2025-02-28 09:09:55 +00:00
.husky
.vscode
docs
public
src
test
.editorconfig
.eslintignore
.eslintrc.js
.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
pnpm-lock.yaml
postcss.config.js
proxy-serve.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