Added layout of future shop.
Added ProductList and ProductItem components;
Added products images in catalog.
Added AppPagination and ProductFilter components;
Added prices and colors for products.
Added MainPage, ProductPage and NotFoundPage components;
Added Simple Routing from Scratch;
Added global event bus eventBus.js;
Added helper functions gotoPage.js and numberFormat.js.
Added CartIndicator and CartPage components;
Simple Routing from Scratch replaced by the VueRouter;
Added state management pattern and library Vuex.
Added CartItem component;
Added loaders for ProductList, ProductPage and CartPage components;
Added helper function-filter productNumber.js;
Changed local directories to API vue-study.dev.creonit.ru.
Added OrderPage and OrderPageInfo components (pages);
Added BaseFormField, BaseFormText and BaseFormTextarea components;
Added formFieldMixin.js mixin;
Fixed loader's bug from cart's length = 0.
npm install
npm run serve
npm run build
npm run lint