0.1.0-beta.6 • Published 2 months ago

@commonsbooking/frontend v0.1.0-beta.6

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

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