0
0
Fork 0
New Salix front-end
Go to file
Alex Moreno 90db8b403f Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2024-07-16 13:15:17 +02:00
.vscode refactor: refs #7129 refactor with vnTable 2024-07-12 10:41:18 +02:00
public feat: #7648 handle NavBar 2024-06-29 00:06:49 +02:00
src Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2024-07-16 13:15:17 +02:00
test test: better command if is date 2024-07-16 10:42:35 +02:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md add changlelog 2024-07-08 14:58:33 +02:00
Dockerfile
Jenkinsfile
README.md
bun.lockb
changelog.sh
cypress.config.js fix: revert cypress mjs 2024-06-28 08:37:39 +02:00
docker-compose.yml
index.html
jsconfig.json
package.json build: init version 24.32 2024-07-16 09:18:23 +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