This is a fully-buildable example project for FullCalendar and Vue, leveraging Webpack. For a complete walkthrough, read the FullCalendar Vue Docs »
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/vue
npm install
```bash npm run start # builds and opens a web browser
npm run build # builds files into dist/ directory npm run watch # same as build, but watches for changes npm run clean # start fresh ```