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
- Host: GitHub
- URL: https://github.com/nabedkhan/product-list-filtering
- Owner: nabedkhan
- Created: 2023-08-01T08:45:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T14:10:55.000Z (over 2 years ago)
- Last Synced: 2025-01-13T18:50:54.826Z (11 months ago)
- Topics: e-commerce, product, product-filter, product-listing, product-pagination, product-sorting, vue-3, vue-composition-api, vue-router
- Language: Vue
- Homepage: https://product-filtering-vue.netlify.app
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```