v-gsap for Nuxt (and Vue)
(Click image to
visit the docs)
v-gsapuseGSAP() composable
for complex animations<GSAPTransition> to animate
v-ifInstall the module to your Nuxt application with one command:
npx nuxi module add v-gsap-nuxt
That's it! You can now use v-gsap in your Nuxt app ✨
GSAP is subject to its own licensing terms. Before incorporating GSAP with
v-gsap-nuxt (as dependency), ensure you review and comply with the
GSAP Standard License.
This module itself is licensed under the MIT License.
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev:playground
# OR
# Develop with the Docs
npm run dev:docs
# Build the playground
npm run dev:build
# Run ESLint
npm run dev:check
# Release new version
npm run release