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 installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.