The following Vue tutorials show how to use Vue scheduling components from DayPilot Pro to create a single-page scheduling application.
Vue.js is an open-source JavaScript framework that lets you create a web application frontend. One of the big advantages over Angular and React is that no compilation is required and you can use the framework in existing HTML pages easily. The main concept is similar to other JavaScript frameworks but Vue.js is very light-weight and uses plain JavaScript. Vue.js integrates with existing pages very well and doesn’t impose a specific application structure.
Recently, a package-based mode was introduced where the application gets compiled just like in Angular and React.
All JavaScript UI components that are available in DayPilot Pro for JavaScript are available for Vue.js (Calendar, Scheduler, Gantt, Month, Kanban).
If you want to start with a quick testing project, you can use UI Builder online application to configure the Vue.js components and generate a new project including all dependencies.