The current repository is an actively developed fork of 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/.
Like what we do? Want to join us? Check out our job listings on our career page. Not familiar with Symfony & Sylius yet, but still want to start with us? Join our academy!
This project is a Sylius integration for Vue Storefront 2. It works in connection with 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)
The project requires node in version of 14.x.x
and yarn in version of 1.x.x || >=3.x.x
.
You can run the Vue Storefront 2 integration by running a few steps inside root project directory:
- Install your dependencies using
yarn install
command. - Copy the
packages/theme/.env.dist
file topackages/theme/.env
and configure your environment in the file. - Build project running
yarn build
command. - To run application in development mode, please run
yarn dev
command. - To run application in production mode, please run
yarn start
command.
If you want to run our docs page yourself, do the following:
- Run
yarn docs:install
in the root directory to install docs dependencies. - To run the docs page in development mode use
yarn docs:dev
. - If you want to build a docs page run
yarn docs:build
.
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).
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!
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.
This integration's source code is completely free and released under the terms of the MIT license.
If you want to contact us, the best way is to fill the form on our website or send us an e-mail to hello@bitbag.io with your question(s). We guarantee that we answer as soon as we can!
This project follows the all-contributors specification. Contributions of any kind welcome!