A simple E-shop prototype built using Vue.JS,Vuex and Vue-Router
This project is built with vue-cli and vuex.
Also I suggest you to use vue-devtools if you want a see how everything happens.
- Shop has homepage where the products are listed
- Products can be filtered by Store (country) and Availability (stock)
- When you click on a product, it should go to product details
- The is should be shown with currency
- Users is able to add/remove products to/from their cart
- Shopping Cart page (adding products, removing products, totals and checkout )
git clone https://github.com/OlaJohn-Ajiboye/Erply-Vue-SHOP.git (or download Zip && Exract)
cd vue-shop
npm install
npm start or npm run dev
default port will be: http://localhost:8080/ or http://localhost:8081/
run all tests