How to start the b2b-platform vue.js watcher
Last updated
Was this helpful?
Last updated
Was this helpful?
As soon as you log in as a customer employee or as a sales agent, the B2B-Platform opens - that's what we call this Vue.js interface.
since B2BsellersCore Version 0.9.4, the password is not longer needed. It is enough to set the email-address of the employee
As soon as you log in as a customer employee, the B2B-Platform opens - that's what we call this Vue-Js interface.
You can extend or overwrite this B2B platform according to your requirements. You can find helpful links here:
But before you can start developing you have to start the Vue.js Watcher. In your local installation (we recommend ) in the Shopware root folder you can use the following command to start the Vue.js Watcher:
After entering the command you get prompted to select the wanted sales channel and domain (if multiple are available).
The Vue.js watcher starts after the necessary selections and can be opened under the port 9998 or the link http://localhost:9998/b2b_platform/ after being compiled successfully.