FullCalendar works well with the Vue framework Nuxt.
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/nuxt
npm install
npm run watch # watch and rebuild while developing
npm run build # build for production
npm run start # run the production build
npm run clean # clear all built files