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.
- Node.js 16+ and npm | yarn | pnpm | bun installed on your local machine.
-
Clone the repository:
git clone https://github.com/selemondev/prime-store.git
-
Navigate to the project directory:
cd prime-store
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Open your browser and visit http://localhost:3000 to see the application.
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/