Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuestorefront/shopify
Vue Storefront 2 integration for Shopify
https://github.com/vuestorefront/shopify
ecommerce javascript shopify vuejs
Last synced: 12 days ago
JSON representation
Vue Storefront 2 integration for Shopify
- Host: GitHub
- URL: https://github.com/vuestorefront/shopify
- Owner: vuestorefront
- License: mit
- Archived: true
- Created: 2020-11-12T11:02:18.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-24T00:32:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T11:38:44.141Z (about 1 month ago)
- Topics: ecommerce, javascript, shopify, vuejs
- Language: TypeScript
- Homepage: https://docs.vuestorefront.io/shopify
- Size: 3.31 MB
- Stars: 149
- Watchers: 29
- Forks: 83
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-shopify - Vue Storefront 2 - Vue Storefront 2 integration for Shopify. (Examples / JavaScript Examples)
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)## Vue Storefront 2 integration with Shopify
This project is a Shopify integration for [Vue Storefront 2](https://github.com/vuestorefront/vue-storefront/). This integration is **Stable** and ready for the production usage.
If you'd like to test it before diving in, experience our demo store [here](https://shopify-pwa.aureatelabs.com).
This integration is being developed and maintained by superheroes from [Aureate Labs](https://aureatelabs.com/) ❤️
## 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? Ping us on `#shopify` channel on [our Discord](https://discord.vuestorefront.io)!
### Requirements:
- NodeJS v12 or later
- Yarn1
- A shopify store### Steps:
1. Fork this repository in your Github account
2. Clone your fork repository in your system
```
example:
git clone https://github.com/vuestorefront/shopify.git
cd shopify
```
3. Checkout develop branch using `git checkout develop`
4. Run `yarn` to install dependencies
5. Build dependencies `yarn build:api-client && yarn build:composables`
6. Run `yarn dev:theme` to run theme. You can find other commands in `package.json`
7. [Open PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to develop branch💡 If you need HMR on ```Api-Client```/ ```Composables``` run `yarn dev:api-client` or `yarn dev:composables` on a separate terminal window.
## How to report integration issue?
You can help us to make this itegration bug-free by reporting your issues here: [repository issues page](https://github.com/vuestorefront/shopify/issues)## Resources
- [Vue Storefront Documentation](https://docs.vuestorefront.io/v2/)
- [Shopify integration Documentation](https://docs.vuestorefront.io/shopify)
- [Community Chat](https://discord.vuestorefront.io)
------
## SupportIf you have any questions about this integration we will be happy to answer them on `shopify` channel on [Discord](http://discord.vuestorefront.io).
## Contributors ✨
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
aureate-labs-team
💻 📖
oscarmanderj
💻
Patryk Andrzejewski
💻
Filip Rakowski
💻
Heitor Ramon Ribeiro
💻 🚧
hoshino tsuyoshi
💻
Tom Anioł
📖
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!