Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Starter template for parallax effects & smooth scrolling experience.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Nuxt + Locomotive Scroll is a Nuxt.js starter template (boilerplate) that pre-configures Locomotive Scroll, GSAP, Tailwind CSS, LazySizes, PWA support, and a font loader for building parallax-rich, smooth-scrolling static websites. Created by Ivo Dolenc, the GitHub repository has 72 stars and a live demo at https://nuxt-locomotive.netlify.app.
Nuxt + Locomotive Scroll is a Nuxt.js starter template for parallax effects and smooth scrolling experiences. It takes a fresh Nuxt project and outputs a static-ready application with multiple front-end modules already integrated. The template runs on the Nuxt.js framework and, after running the generate command, produces a dist/ directory ready for any static hosting service.
nuxt-gsap-module for professional-grade animation on the modern web.nuxt-lazysizes.nuxt-font-loader) for Nuxt projects.yarn generate builds a static dist/ folder; yarn start serves the production build.Clone the repository, install dependencies with Yarn or npm, and run yarn dev for local development. To produce a static site, run yarn generate, which outputs a dist/ folder, then yarn start to serve it for final testing before deployment.
Yes, it is open source under the MIT License, and the underlying Locomotive Scroll library also uses the MIT License.
Run yarn dev or npm run dev to start the local development server, as stated in the Build Setup section.
Yes, the static deployment process uses yarn generate to create a dist/ directory with all files needed for static hosting, and yarn start to serve the production version locally.
Yes, the PWA module is pre-configured, providing zero-config PWA functionality for Nuxt.js applications.
The live demo is hosted at https://nuxt-locomotive.netlify.app, linked directly in the README.
