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