通过 100 多个技巧学习 Nuxt!

v-gsap
v-gsap-nuxt

GSAP 作为指令 (非官方)。使用 v-gsap 构建令人惊叹的动画。

v-gsap

快速设置

使用一个命令将模块安装到您的 Nuxt 应用程序

npx nuxi module add v-gsap-nuxt

就是这样!您现在可以在您的 Nuxt 应用程序中使用 My Module ✨

文档

在此处查找完整的文档和示例:
文档

贡献

本地开发
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release