Skip to content

Installation

This guide will help you install Vue Flip in your Vue 3 project.

Prerequisites

  • Vue 3.0 or higher
  • GSAP 3.0 or higher (Vue Flip is built on top of GSAP's Flip plugin)

Installing the Core Package

The core package provides the basic flip functionality:

bash
npm install @vue-gsap-flip/core gsap

TypeScript Support

All packages include TypeScript definitions out of the box. No additional @types packages are required.

Next Steps

Now that you have Vue Flip installed, you can:

Released under the MIT License.