Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/vuestorefront
Vue Storefront 2 integration for Bagisto
https://github.com/bagisto/vuestorefront
commerce ecommerce headless headless-commerce javascript vue vuestorefront
Last synced: 4 days ago
JSON representation
Vue Storefront 2 integration for Bagisto
- Host: GitHub
- URL: https://github.com/bagisto/vuestorefront
- Owner: bagisto
- License: mit
- Created: 2022-02-01T07:12:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T15:28:15.000Z (over 2 years ago)
- Last Synced: 2024-02-24T15:35:07.250Z (9 months ago)
- Topics: commerce, ecommerce, headless, headless-commerce, javascript, vue, vuestorefront
- Language: TypeScript
- Homepage: https://bit.ly/3kPmgMZ
- Size: 1.7 MB
- Stars: 43
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Vue Storefront 2 integration with bagisto
To learn how to build your integration, see our [Integration guide](https://docs.vuestorefront.io/v2/integrate/integration-guide.html).
------
### Visit our live [Demo](https://demo.bagisto.com:2087/)
## How to start if you want to try out the integration
```
yarn global add @vue-storefront/cli
```
```
vsf init && cd && yarn && yarn dev
```## How to start if you want to contribute?
Want to contribute or have any queries? Write us on: [Bagisto Support](mailto:[email protected]) ❤️.### Requirements:
- NodeJS v16 or later
- Yarn v1 or later(npm not supprted yet)
- [Bagisto v1.3.3](https://github.com/bagisto/bagisto/tree/v1.3.3)
- [Bagisto GraphQL](https://github.com/bagisto/headless-ecommerce)### Steps
1. Fork the repo
2. Clone your fork of the repo
```
example:
git clone https://github.com/bagisto/vuestorefront.git
cd vuestorefront
```
3. Run `yarn install` to install dependencies.
4. Build dependencies for api-client, composables, and theme `yarn build`.
5. Run `yarn dev` if you are using development, else run `yarn start` for production mode.## Resources
- [Vue Storefront Documentation](https://docs.vuestorefront.io/v2/)
- [Bagisto Documentation](https://devdocs.bagisto.com/)
- [GraphQL/Headless-Commerce Documentation](https://devdocs.bagisto.com/1.x/graphql-shop-api/)
- [Forum Support](https://forums.bagisto.com/)## Support
If you have any questions about this integration we will be happy to answer them on [bagisto support](mailto:[email protected]).
## Contributors ✨
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!