@commonsbooking/frontend
v0.1.0-beta.7
Published
This repository contains standalone components for use in the [_CommonsBooking_ WordPress plugin](https://github.com/wielebenwir/commonsbooking).
Readme
CommonsBooking Vue Component Library
This repository contains standalone components for use in the CommonsBooking WordPress plugin.
Documentation
See the documentation for configuration examples.
Development
The CommonsBooking Vue component library uses the Vite build tool.
Run npm ci once in order to set up your local environment.
Development Server
You can start a local development server by executing
npm run devLinting & Formatting & Tests
# lint the sources
npm run lint
# auto-fix some formatting issues
npm run style
# execute tests
npm run test