https://github.com/bitbagcommerce/syliusvuestorefront2frontend
Front-end part of SyliusVueStorefront2 integration
https://github.com/bitbagcommerce/syliusvuestorefront2frontend
Last synced: 3 months ago
JSON representation
Front-end part of SyliusVueStorefront2 integration
- Host: GitHub
- URL: https://github.com/bitbagcommerce/syliusvuestorefront2frontend
- Owner: BitBagCommerce
- License: mit
- Created: 2022-09-21T10:36:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T06:02:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T13:51:16.351Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 89.5 MB
- Stars: 7
- Watchers: 10
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![]()
# Vue Storefront 2 integration with Sylius
The current repository is an actively developed fork of [vuestorefront-community/sylius](https://github.com/vuestorefront-community/sylius) repository.
---
At BitBag we do believe in open source. However, we are able to do it just because of our awesome clients, who are kind enough to share some parts of our work with the community. Therefore, if you feel like there is a possibility for us to work together, feel free to reach out. You will find out more about our professional services, technologies, and contact details at [https://bitbag.io/](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=vsf2).
Like what we do? Want to join us? Check out our job listings on our [career page](https://bitbag.io/career/?utm_source=github&utm_medium=referral&utm_campaign=career). Not familiar with Symfony & Sylius yet, but still want to start with us? Join our [academy](https://bitbag.io/pl/akademia?utm_source=github&utm_medium=url&utm_campaign=akademia)!
## Table of Content
- [Overview](#overview)
- [Supported versions](#supported-versions)
- [Installation](#installation)
- [Demo](https://vsf2-demo.bitbag.io/)
- [Support](#we-are-here-to-help)
- [About us](#about-us)
- [License](#license)
- [Contact](#contact)## Overview
This project is a Sylius integration for Vue Storefront 2. It works in connection with [SyliusVueStorefront2Plugin](https://github.com/BitBagCommerce/SyliusVueStorefront2Plugin) installed on Sylius side.
The current integration scope contains:
- Taxable and filterable products catalog
- Checkout process (including applying coupon codes)
- User account (including address book)### Supported versions
The project requires node in version of `14.x.x` and yarn in version of `1.x.x || >=3.x.x`.
### Installation
You can run the Vue Storefront 2 integration by running a few steps inside root project directory:
1. Install your dependencies using `yarn install` command.
2. Copy the `packages/theme/.env.dist` file to `packages/theme/.env` and configure your environment in the file.
3. Build project running `yarn build` command.
4. To run application in development mode, please run `yarn dev` command.
5. To run application in production mode, please run `yarn start` command.If you want to run our docs page yourself, do the following:
1. Run `yarn docs:install` in the root directory to install docs dependencies.
2. To run the docs page in development mode use `yarn docs:dev`.
3. If you want to build a docs page run `yarn docs:build`.#### Internationalization
By default, the integration supports `en_US` and `de_DE` locales. To have more locales, you have to enable them in Sylius Channel configuration (in admin panel).
After this, please edit the `packages/theme/i18nConfig.js` file (the `locales` section).## We are here to help
This **open-source plugin was developed to help the Sylius community**. If you have any additional questions, would like help with installing or configuring the plugin or need any assistance with your Sylius project - let us know!
[](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=vsf2)
# About us
BitBag is a company of people who **love what they do** and do it right. We fulfill the eCommerce technology stack with **Sylius**, Shopware, Akeneo, and Pimcore for PIM, eZ Platform for CMS, and VueStorefront for PWA. Our goal is to provide real digital transformation with an agile solution that scales with the **clients’ needs**. Our main area of expertise includes eCommerce consulting and development for B2C, B2B, and Multi-vendor Marketplaces.
We are advisers in the first place. We start each project with a diagnosis of problems, and an analysis of the needs and **goals** that the client wants to achieve.
We build **unforgettable**, consistent digital customer journeys on top of the **best technologies**. Based on a detailed analysis of the goals and needs of a given organization, we create dedicated systems and applications that let businesses grow.
Our team is fluent in **Polish, English, German and, French**. That is why our cooperation with clients from all over the world is smooth.**Some numbers from BitBag regarding Sylius:**
- 50+ **experts** including consultants, UI/UX designers, Sylius trained front-end and back-end developers,
- 120+ projects **delivered** on top of Sylius,
- 25+ **countries** of BitBag’s customers,
- 4+ **years** in the Sylius ecosystem.**Our services:**
- Business audit/Consulting in the field of **strategy** development,
- Data/shop **migration**,
- Headless **eCommerce**,
- Personalized **software** development,
- **Project** maintenance and long term support,
- Technical **support**.**Key clients:** Mollie, Guave, P24, Folkstar, i-LUNCH, Elvi Project, WestCoast Gifts.
---
[](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=vsf2)
## License
This integration's source code is completely free and released under the terms of the MIT license.
[//]: # "These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen."
## Contact
If you want to contact us, the best way is to fill the form on [our website](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=vsf2) or send us an e-mail to [email protected] with your question(s). We guarantee that we answer as soon as we can!
[](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_graphql)
## Contributors ✨
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!