https://github.com/vuestorefront-community/template-vendure
https://github.com/vuestorefront-community/template-vendure
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuestorefront-community/template-vendure
- Owner: vuestorefront-community
- Created: 2021-09-01T15:08:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T09:06:01.000Z (over 2 years ago)
- Last Synced: 2024-05-22T16:33:04.170Z (11 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
[](https://github.com/vuestorefront/vue-storefront)
[](https://twitter.com/vuestorefront)
[](https://www.youtube.com/c/VueStorefront)
[](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!