This repository demonstrates a simple Nuxt3 application showcasing a list of products fetched from an external API. It includes a responsive product grid, server-side API routes, and currency conversion functionality. Check it at Netlify: https://nuxt-introduction-web.netlify.app/
ProductCard
and ProductDetails
componentsMake sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.