To learn how to build your integration, see our Integration guide.
yarn global add @vue-storefront/cli
vsf init <project_name> && cd <project_name> && yarn && yarn dev
Want to contribute or have any queries? Write us on: Skynet Technologies Support ❤️.
- NodeJS v16 or later
- Yarn v1 or later(npm not supprted yet)
- Aimeos 2022.10
- Fork the repo
- Clone your fork of the repo
example: git clone https://github.com/skynetindia/vuestore-theme.git cd vuestore-theme
- Run
yarn install
to install dependencies. - Build dependencies for api-client, composables, and theme
yarn build
. - Run
yarn dev
if you are using development, else runyarn start
for production mode.
If you have any questions about this integration we will be happy to answer them on Skynet Technologies Support.
This project follows the all-contributors specification. Contributions of any kind welcome!