Skip to content

RoySung/nuxt3-simple-shop

Repository files navigation

Simple Shop With Nuxt3

TODO List

  • Using virtual scroller in ProductList
  • setting keepalive for the products page
  • Unit test
  • Backend APIs for Products
  • SEO meta tags

Setup

pnpm

pnpm install --shamefully-hoist

Development Server

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

pnpm dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview