This repository contains the frontend for OCR4all-libraries.
pnpm install
In development mode
pnpm dev
In preview mode
pnpm preview
To build for production
pnpm build
To run tests
pnpm test
To get test coverage
pnpm coverage
To lint code
pnpm lint
To format code
pnpm format
To update dependencies
pnpm deps:update
To use Docker for your development environment
docker-compose -f docker-compose.dev.yaml up
To use Docker for your production deployment
docker-compose -f docker-compose.production.yaml up
VITE_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 thedirectLibrary
endpoint 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