Skip to content

Files

Latest commit

113edb0 · Feb 13, 2024

History

History

vue3-typescript

README.md

FullCalendar Vue 3 & TypeScript Example Project

This is a fully-buildable example project for FullCalendar, Vue 3, and TypeScript, leveraging Vite.

Installation

git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/vue3-typescript
npm install

Build Commands

npm run dev # builds and opens a web browser

# other commands:
npm run build # builds files into dist/ directory
npm run clean # start fresh