GitHunt
SE

selemondev/prime-store

A Nuxt 3 shopping cart built with PrimeVue and Pinia

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

Languages

Vue64.5%TypeScript32.5%CSS1.6%JavaScript1.3%

Contributors

Created November 25, 2023
Updated May 24, 2025