Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 510 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 510 Bytes

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