FullCalendar Nuxt 3 Example

FullCalendar works well with the Vue framework Nuxt.

Installation

bash git clone https://github.com/fullcalendar/fullcalendar-examples.git cd fullcalendar-examples/nuxt3 npm install

Build Commands

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