@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).
Downloads
166
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 dev
Linting & Formatting & Tests
# lint the sources
npm run lint
# auto-fix some formatting issues
npm run style
# execute tests
npm run test