Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 748 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 748 Bytes

Nuxt 3 Storefront

In this project I learned:

  • What Nuxt is
  • How to create a Nuxt App
  • Adding Pages
  • Route Parameters
  • NuxtLink
  • Layouts
  • Added Tailwind CSS
  • Fetching and displaying data from fakestoreapi and currencyapi
  • Reusable Components
  • Custom Error Pages
  • Metadata & useHead (SEO)
  • Server Routes
  • Dynamic Server Routes

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Locally preview production build:

# yarn
yarn preview