Javier Segarra 8c9db8b3ae | ||
---|---|---|
.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