Skip to content

CrisFeit/Vtex-Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vtex Vue

Set of Plugins to do shopping in Vtex more faster , build with Vue.js

Features

  • Filtros Single Page
  • Minicart com Gamification
  • Scroll Infinito - Lazy Loading *sem evento de scroll
  • Ordenação e Filtros dinâmicos sem redirecionamento
  • Mudança de SKUs on mouse over
  • Compra direta pela vtrine
  • Barra de desconto pregressivo e frete
  • Adição de reviews por api YourViews

Requirements

  • Node Js
  • Vtex Id Authentication

Install

  npm install

Guide

  • Open the Gulp File,
  • Enter the Domain Name of your store.
const storeName = 'My-Store';

Comand and Control

  • Development
npm run dev

npm run vue
  • Production
npm run prod

npm run vueProd