vue-storefront-api
vue-storefront-api copied to clipboard
Vue.js storefront for Magento2 (and not only) - data backend
# Summary [summary]: #summary New, fully extensible, more flexible, hard-typed API that has autogenerated API specs with Swagger. # Motivation [motivation]: #motivation Current API is extensible for new features but...
as of Magneto 2.3.x it is possible to search the cmspage and cmsblocks by using the REST endpoints. I think this should be the default one supported, and snowdog extension...
When running multiple VS API, there is no problem except elasticsearch, CLI complaints there is naming conflict with elasticsearch because it's explicitly defined inside `docker-compose.yml`, they can't arbitrarily add new...
Hi all, For a project I need to keep the old vue storefront urls format with the url key but without the category id. For example: `/c/my-category` instead of `/c/my-category-3`...
for issue #228
### Feature Request: A feature that would be a convenient addition is to add a flag (something like `--all-stores`) to the `mage2vs import` function which would loop all stores from...
Redis does not support SSL connections natively, however there are certain platforms that setup a work-around to force SSL connection to their Redis services. Azure is one of these platforms....
``` eko@eko-GE62VR-6RF:~/Schreibtisch/vue-storefront-api$ npm run migrate > [email protected] migrate /home/eko/Schreibtisch/vue-storefront-api > node node_modules/migrate/bin/migrate Elasticsearch INFO: 2018-03-05T20:07:01Z Adding connection to http://localhost:9200/ up : 1513603161654-reindex.js Elasticsearch DEBUG: 2018-03-05T20:07:01Z starting request { "method": "POST",...
Very nice project. Just wondering if I could use vue-storefront just with a very simple backend? Meaning, just a sql or nosql database.
Followed the manual installation guide in my local machine ubuntu 18.04 1. git clone https://github.com/DivanteLtd/vue-storefront-api.git vue-storefront-api 2. cd vue-storefront-api 3. npm install 4. docker-compose up While installing npm packages having...