This project is a Shopify integration for Vue Storefront 2. 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.
This integration is being developed and maintained by superheroes from Aureate Labs ❤️
yarn global add @vue-storefront/cli
vsf init <project_name> && cd <project_name> && yarn && yarn dev
Want to contribute? Ping us on #shopify
channel on our Discord!
- NodeJS v12 or later
- Yarn1
- A shopify store
- Fork this repository in your Github account
- Clone your fork repository in your system
example: git clone https://github.com/vuestorefront/shopify.git cd shopify
- Checkout develop branch using
git checkout develop
- Run
yarn
to install dependencies - Build dependencies
yarn build:api-client && yarn build:composables
- Run
yarn dev:theme
to run theme. You can find other commands inpackage.json
- Open PR 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.
You can help us to make this itegration bug-free by reporting your issues here: repository issues page
If you have any questions about this integration we will be happy to answer them on shopify
channel on Discord.
Thanks goes to these wonderful people (emoji key):
aureate-labs-team 💻 📖 |
oscarmanderj 💻 |
Patryk Andrzejewski 💻 |
Filip Rakowski 💻 |
Heitor Ramon Ribeiro 💻 🚧 |
hoshino tsuyoshi 💻 |
Tom Anioł 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!