Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 637 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 637 Bytes

🚗 Nuxt Tesla Homepage

Static Tesla homepage built with Nuxt 3 as a training project, it uses built-in CSS Scroll Snapping (works better on Firefox and Safari) and Intersection Observers wrappers from VueUse.

Demo

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.