Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 541 Bytes

File metadata and controls

29 lines (19 loc) · 541 Bytes

CommonsBooking Vue Component Library

This repository contains standalone components for use in the commonsbooking WordPress plugin.

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 format

# execute tests
npm run test