aboutsummaryrefslogtreecommitdiff
path: root/client/src/views/Product.vue
Commit message (Collapse)AuthorAgeFilesLines
* Allow product removal on Checkout page.Mateja2021-07-251-1/+1
|
* Product page shows amount of product in cart.Mateja2021-07-251-26/+23
| | | | | Allows for removal of product from cart. Product page now uses Vuex instead of local values.
* Boilerplate checkout cart.Mateja2021-07-251-1/+5
|
* Product page show single product details.Mateja2021-07-241-9/+32
|
* Added boilerplate pages and `ProductCard` component.Mateja2021-07-241-0/+30