Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuestorefront-community/template-vendure
https://github.com/vuestorefront-community/template-vendure
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuestorefront-community/template-vendure
- Owner: vuestorefront-community
- Created: 2021-09-01T15:08:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T09:06:01.000Z (about 2 years ago)
- Last Synced: 2024-05-22T16:33:04.170Z (6 months ago)
- Language: Vue
- Size: 2.26 MB
- Stars: 10
- Watchers: 12
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vuestorefront - Boilerplate Store
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!