Guillermo Bonet
42807d6785
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
|
||
---|---|---|
.vscode | ||
public | ||
src | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmrc | ||
.prettierrc.js | ||
CHANGELOG.md | ||
Dockerfile | ||
Jenkinsfile | ||
README.md | ||
bun.lockb | ||
changelog.sh | ||
cypress.config.js | ||
docker-compose.yml | ||
index.html | ||
jsconfig.json | ||
package.json | ||
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