Skip to content

datengraben/CB-Frontend

 
 

Repository files navigation

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

About

New frontend templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.1%
  • Vue 37.4%
  • CSS 3.0%
  • Other 1.5%