A Nuxt 3 Starter template for parallax effects and smooth scrolling experience with GSAP and GSAP ScrollSmoother
This Nuxt 3 Boilerplate provides many pre-configured modules such as
- GSAP → Professional-grade animation for the modern web
- GSAP ScrollSmoother → premium plugin for GSAP
- prefers-reduced-motion → Sometimes less movement is more
- prefers-reduced-motion ressource 2
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.