This project is a landing page to get you up and running as quickly as possible with Nuxt. Nuxt is a full-stack web framework that aims to make web development intuitive and performant, with a great developer experience.
Learn more in the 'What is Nuxt?' section of our documentation.
- 🚀 Zero-JS at runtime
- 💪 SVG sprite map to reduce DOM size
- 🎨 Inlined CSS to reduce network requests
- 🆎 Generated font fallback metrics to reduce CLS
- ⚗️ Nitro server routes with the server/ directory
- Clone this repository
- Enable Corepack using
corepack enable
(usenpm i -g corepack
for Node.js < 16.10) - Install dependencies using
pnpm install
- Start dev server using
pnpm dev