Stay connected

GitHub Repo stars Twitter Follow YouTube Channel Subscribers Discord

Vendure theme

Vue Storefront 2 integration with Vendure

This project is a Vendure integration for Vue Storefront 2. Checkout docs for instructions on how to setup the project.

Requirements

  • NodeJS v14 or later
  • Vendure server running in localhost for GraphQL API or https://demo.vendure.io/shop-api
  • Set up auth options in Vendure server (This functionality is available for those who scaffold a local instance of Vendure)
// vendure-config.ts
...
  authOptions: {
    tokenMethod: 'bearer', // authorization header method
    requireVerification: false, // disable register by email verification
  },

Build Setup

# copy example environment variable file to use in the project
cp .env.example .env
# install dependencies
$ yarn install

# serve with hot reload at localhost:3001
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Resources

For detailed explanation on how things work, check out Nuxt.js docs.

Contributors ✨

Thanks go to these wonderful people 🙌:


Jakub Andrzejewski

💻 🚧 📆 📖

Rafael Garcia Lepper

💻

Michael Bromley

👀

Filip Jędrasik

👀

Mateusz Pietrusiński

👀

igorwojciechowski

⚠️

Heitor Ramon Ribeiro

🧑‍🏫

Milan Zivkovic

💻

michael.douglas@outlook.com

💻

Justyna

💻

This project follows the all-contributors specification. Contributions of any kind welcome!