Skip to content

selemondev/prime-store

Repository files navigation

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/selemondev/prime-store.git
  2. Navigate to the project directory:

    cd prime-store
  3. Install dependencies:

    pnpm install
  4. Run the development server:

    pnpm 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