This repository contains the frontend for OCR4all-libraries.
pnpm installIn development mode
pnpm devIn preview mode
pnpm previewTo build for production
pnpm buildTo run tests
pnpm testTo get test coverage
pnpm coverageTo lint code
pnpm lintTo format code
pnpm formatTo update dependencies
pnpm deps:updateTo use Docker for your development environment
docker-compose -f docker-compose.dev.yaml upTo use Docker for your production deployment
docker-compose -f docker-compose.production.yaml upVITE_API_BASE_URL: Points to the URL under which the REST API of an OCR4all-libraries backend instance is running (e. g.https://some-domain.com/api/v1.0)VITE_LAREX_URL: Points to the URL under which thedirectLibraryendpoint of the used LAREX instance is located
- 🛠Vue 3
- ⚡️Vite
- 🦾Typescript
- 📦Components auto importing
- 🌍vue-i18n
- 🍍State Management via Pinia
- 🤖PrimeVue
- 🎨Tailwind CSS
- 🎉Baklavajs v2
- 🎀Prettier
- and many more