Skip to content

boomerdigital/cartibuy-vue-storefront

Repository files navigation

  

Vendure theme

Vue Storefront 2 integration with Vendure

This integration is under development

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

Requirements

// 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

🧑‍🏫

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

Releases

No releases published

Packages

No packages published