-
(In Progress)
This template is a foundational starting point for creative development. It leverages canvas fixed positioning and scroll-jacking to provide a unique web experience. Ideal for developers looking to create immersive and interactive web applications.
This template combines Three.js classes with global state management via Nuxt's useState. This approach makes it easier to share state across different components in my opinion, feel free to use another approach.
The Intuitive Vue Framework for building server-side rendered applications with Vue.js.
A powerful JavaScript library and API for creating and displaying animated 3D computer graphics in a web browser using WebGL.
The GreenSock Animation Platform, a robust tool for creating animations and managing timelines in web projects.
A preprocessor scripting language that is interpreted or compiled into CSS. vite-plugin-glsl: A Vite plugin for importing GLSL shaders.
A minimalistic library for creating smooth scroll experiences. normalized CSS: Ensures consistent styling across different browsers.
A lightweight graphical user interface for changing variables in JavaScript.
An optimization module for handling images within a Nuxt application, providing automatic image resizing, lazy loading, and improved performance.
Utilizes Three.js for 3D rendering directly in the web browser, with a canvas in a fixed position to merge seamlessly with the DOM.
Implements scroll-jacking using Lenis, providing a smooth and controlled scrolling experience.
Includes vite-plugin-glsl for easy inclusion of custom shaders in your project, enhancing the visual capabilities.
Comes with dat.GUI for an on-the-fly debug UI, making it easier to tweak and adjust parameters in development.
SASS for advanced styling capabilities, alongside normalized CSS for consistent browser compatibility.
Seamlessly fetch assets from any headless CMS. These assets are automatically added to the public folder of your project, streamlining the build process. Just deploy your static app on any hosting service.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:8000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.