An open API service indexing awesome lists of open source software.

https://github.com/nabedkhan/product-list-filtering

Product List Filtering using Vue
https://github.com/nabedkhan/product-list-filtering

e-commerce product product-filter product-listing product-pagination product-sorting vue-3 vue-composition-api vue-router

Last synced: 10 months ago
JSON representation

Product List Filtering using Vue

Awesome Lists containing this project

README

          

## Product List Filtering

Live Demo: https://product-filtering-vue.netlify.app

## Features

- Category-Based Products Filter
- Price Based Products Sorting
- Search-Based Products Filter
- Products Pagination
- Products Page Count Option

## Tools

- [Pinia](https://pinia.vuejs.org)
- [Sweet Alert 2](https://sweetalert2.github.io)
- [Simplebar](https://grsmto.github.io/simplebar/)

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```