/vue-ts-calendar

Vue.js calendar built with TypeScript & Vue Property Decorator

Primary LanguageVue

vue-ts-calendar

A Calendar built with Vue.js using TypeScript and vue-property-decorator

Calendar Types:

  • Dual View (Default)
  • Single View
  • Infinite view

Selection Types:

  • Range (Default)
  • Single

Images

Dual View

Dual View

Single View

Single View

Infinite View

Infinite View

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint