Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.18 KB

README.md

File metadata and controls

62 lines (44 loc) · 2.18 KB
Vue Storefront

Skynet Technologies

Vue Storefront 2 integration with aimeos

To learn how to build your integration, see our Integration guide.


How to start if you want to try out the integration

yarn global add @vue-storefront/cli
vsf init <project_name> && cd <project_name> && yarn && yarn dev

How to start if you want to contribute?

Want to contribute or have any queries? Write us on: Skynet Technologies Support ❤️.

Requirements:

  • NodeJS v16 or later
  • Yarn v1 or later(npm not supprted yet)
  • Aimeos 2022.10

Steps

  1. Fork the repo
  2. Clone your fork of the repo
    example:
    git clone https://github.com/skynetindia/vuestore-theme.git
    cd vuestore-theme
    
  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

Support

If you have any questions about this integration we will be happy to answer them on Skynet Technologies Support.

Contributors ✨

This project follows the all-contributors specification. Contributions of any kind welcome!