0
0
Fork 0
New Salix front-end
Go to file
William Buezas df620566ef Invoice out globals corrections 2024-02-12 08:11:44 -03:00
.vscode
public
src
test
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md
Dockerfile
Jenkinsfile
README.md
cypress.config.js
docker-compose.yml
index.html
jsconfig.json
package-lock.json
package.json
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

npm 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

npm run test:unit

Run e2e tests

npm run test:e2e

Build the app for production

quasar build