To learn how to build your integration, see our Integration guide.
yarn global add @vue-storefront/cli
git clone https://github.com/serkanalgl/shopiroller-storefront.git
** modify environment variables
cd shopiroller-storefront
cp .env.example .env
nano .env
yarn dev
- NodeJS v14 or later
- . Clone your the repo
example:
git clone https://github.com/serkanalgl/shopiroller-storefront.git
cd shopiroller-storefront
cd shopiroller-storefront
cp .env.example .env
nano .env
** modify shopiroller appKey&apiKey **
-
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
-
Run
yarn dev
- If you need HMR on Api Client/Composables run
yarn dev:api-client
oryarn dev:composables
on a separate terminal window.
This project follows the all-contributors specification. Contributions of any kind welcome!