Skip to content

joelfriesen/store-demo

Repository files navigation

Forked from selemondev/prime-store

DEMO

View the demo on Vercel

Shopping Cart Project with Nuxt 3, PrimeVue, and Pinia

This is a sample shopping cart project built with Nuxt 3, PrimeVue, and Pinia. The project allows users to browse products, add them to the cart, and proceed through the checkout process.

Getting Started

Prerequisites

  • Node.js 16+ and npm | yarn | pnpm | bun installed on your local machine.

Installation

  1. Clone the repository:

    git clone https://github.com/joelfriesen/store-demo.git
  2. Navigate to the project directory:

    cd store-demo
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev
  5. Open your browser and visit http://localhost:3000 to see the application.

Project Structure

shopping-cart/
|-- assets/
|-- components/
|-- layouts/
|-- pages/
|-- plugins/
|-- public/
|-- server/
|-- stores/
|-- types/
|-- .env/
|-- .gitignore
|-- .npmrc/
|-- app.vue/
|-- nuxt.config.ts
|-- package.json
|-- README.md
|-- tailwind.config.js/
|-- tsconfig.json/

Technologies Used