This repository contains standalone components for use in the CommonsBooking WordPress plugin.
See the documentation for configuration examples.
The CommonsBooking Vue component library uses the Vite build tool.
Run npm ci
once in order to set up your local environment.
You can start a local development server by executing
npm run dev
# lint the sources
npm run lint
# auto-fix some formatting issues
npm run style
# execute tests
npm run test