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