https://github.com/patrickjaja/spryker_glue_vue_storefront
https://github.com/patrickjaja/spryker_glue_vue_storefront
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickjaja/spryker_glue_vue_storefront
- Owner: patrickjaja
- Created: 2021-05-18T10:54:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T18:10:51.000Z (about 5 years ago)
- Last Synced: 2025-09-15T06:50:54.577Z (9 months ago)
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[VueStoreFront Frontend](https://github.com/patrickjaja/vsf-theme) + latest spryker suite (more details in [deploy.yml](https://github.com/patrickjaja/suite/deploy.yml))
# Install (Tested on ArchLinux)
- `git clone --recurse-submodules https://github.com/patrickjaja/spryker_glue_vue_storefront`
- `cd spryker_glue_vue_storefront/suite`
- `docker/sdk boot -v`
- `cd ../vsf-theme`
- `yarn install`
# Start Spryker + VSF
- `docker/sdk up -v`
- `yarn dev`
Open - VSF: http://localhost:3000
# Prerequisite
- node12
- docker
- yarn
# Troubleshooting
- Spryker
- https://documentation.spryker.com/docs/installing-in-development-mode-on-macos-and-linux
- VSF
- https://github.com/spryker/vsf-theme
- https://spryker.com/en/press-release-spryker-vue-storefront/
- https://spryker-vsf-docs.web.app/
# update submodules (generally work with submodules)
- https://documentation.spryker.com/docs/choosing-a-docker-sdk-version#configuring-git-submodule
# User Journeys
## buy product as guest
- Open http://localhost:3000
- Click on category 'Computer'
- Select first product 'DELL OptiPlex 3020'
- Choose Option '3.3 GHz'
- Click 'Add to Cart'
- Click on your cart, go to checkout, fill forms
## register
- tbd
## buy product logged in
- tbd