This project demonstrates how to integrate GSAP (GreenSock Animation Platform) with Nuxt 4 to create smooth and advanced animations. It includes a simple animated title component to showcase GSAP's capabilities.
- Nuxt 4: A modern framework for building Vue.js applications.
- GSAP: A powerful JavaScript library for creating high-performance animations.
- Tailwind CSS: Utility-first CSS framework for styling.
- Google Fonts: Pre-configured with Roboto, Inter, and Lato fonts.
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install