0
0
Fork 0
New Salix front-end
Go to file
Carlos Satorres a01e685d5d Merge pull request '#7283 #7831 itemMigration' (!553) from 7283-itemMigration into dev
Reviewed-on: verdnatura/salix-front#553
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
2024-10-25 07:09:13 +00:00
.husky feat: refs #6130 husky hooks 2024-08-08 13:59:45 +02:00
.vscode refactor: refs #7129 refactor with vnTable 2024-07-12 10:41:18 +02:00
public feat: userPanel 2024-07-16 13:50:07 +02:00
src Merge branch 'dev' into 7283-itemMigration 2024-10-25 07:08:16 +00:00
test Merge branch 'dev' of https: refs #8039//gitea.verdnatura.es/verdnatura/salix-front into 8039-canceledError_not_notify 2024-10-23 13:14:30 +02:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md chore: refs #8062 add changelog 2024-10-02 15:31:09 +02:00
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