Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vuestorefront-community/template-vendure


https://github.com/vuestorefront-community/template-vendure

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


  

### Stay connected

[![GitHub Repo stars](https://img.shields.io/github/stars/vuestorefront/vue-storefront?style=social)](https://github.com/vuestorefront/vue-storefront)
[![Twitter Follow](https://img.shields.io/twitter/follow/vuestorefront?style=social)](https://twitter.com/vuestorefront)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCkm1F3Cglty3CE1QwKQUhhg?style=social)](https://www.youtube.com/c/VueStorefront)
[![Discord](https://img.shields.io/discord/770285988244750366?label=join%20discord&logo=Discord&logoColor=white)](https://discord.vuestorefront.io)

# Vendure theme

### Vue Storefront 2 integration with Vendure

This project is a Vendure integration for [Vue Storefront 2](https://github.com/vuestorefront/vue-storefront/). Checkout [docs](docs.vuestorefront.io/vendure/) for instructions on how to setup the project.

### Requirements

- NodeJS v14 or later
- Vendure server running in localhost for GraphQL API or
- Set up auth options in Vendure server (This functionality is available for those who scaffold a local instance of Vendure)

```ts
// vendure-config.ts
...
authOptions: {
tokenMethod: 'bearer', // authorization header method
requireVerification: false, // disable register by email verification
},
```

### Build Setup

```bash
# copy example environment variable file to use in the project
cp .env.example .env
```

``` bash
# 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

- [Vue Storefront Documentation](https://docs.vuestorefront.io/v2/)
- [Vendure integration Documentation](https://docs.vuestorefront.io/vendure)
- [Vendure Documentation](https://www.vendure.io/docs/)
- [Community Chat](https://discord.vuestorefront.io)

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

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

πŸ’»

[email protected]

πŸ’»

Justyna

πŸ’»

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!