Skip to content

georgibakken/calendar-booking-frontend

Repository files navigation

calendar-booking-frontend

Simple frontend built with Vue.js, displaying available photographers and their timeslot.

The booking used is hardcoded to the following:

{
  "booking": {
    "id": "3",
    "durationInMinutes": 90
  }
}

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

Simple calendar booking using Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published