Skip to content

Releases: hypernym-studio/nuxt-gsap

v2.1.0

03 May 21:28
b7ba501
Compare
Choose a tag to compare

What's Changed

  • feat: refactor dir structure and optimize module by @ivodolenc in #42

Full Changelog: v2.0.0...v2.1.0

v2.0.0

02 May 17:29
283054e
Compare
Choose a tag to compare

What's Changed

Quick Start

  1. Install @hypernym/nuxt-gsap to your project
npm i -D @hypernym/nuxt-gsap
  1. Enable the module in the main config file
// nuxt.config.ts

{
  modules: ['@hypernym/nuxt-gsap']
}

That's it! Start developing your app!

New Contributors

Full Changelog: v1.7.3...v2.0.0