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.
- 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
// vendure-config.ts
...
authOptions: {
tokenMethod: 'bearer', // authorization header method
requireVerification: false, // disable register by email verification
},
# 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
For detailed explanation on how things work, check out Nuxt.js docs.
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!