Metadata-Version: 2.4
Name: trytond_web_shop_vue_storefront
Version: 8.0.0
Summary: Vue Storefront integration with Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-web-shop-vue-storefront/
Project-URL: changelog, https://docs.tryton.org/modules-web-shop-vue-storefront/releases.html
Project-URL: forum, https://www.tryton.org/forum
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: B2CK SRL
Author-email: Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: tryton,webshop
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: elasticsearch
Requires-Dist: python-stdnum>=1.1.0
Requires-Dist: trytond-party<8.1,>=8.0
Requires-Dist: trytond-product<8.1,>=8.0
Requires-Dist: trytond-sale<8.1,>=8.0
Requires-Dist: trytond-web-shop<8.1,>=8.0
Requires-Dist: trytond-web-user<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Requires-Dist: proteus<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-carrier<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-product-attribute<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-product-image<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-sale-promotion-coupon<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-sale-shipment-cost<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

Web Vue Storefront Module
#########################

The web_shop_vue_storefront module provides the back-end to integrate with `Vue
Storefront`_ 1.x.

.. _`Vue Storefront`: https://www.vuestorefront.io/


Vue StoreFront Configuration
----------------------------

The endpoint must be updated to use the Tryton URL. You must just replace
``/api`` by
``http(s)://<hostname>:<port>/<database name>/web_shop_vue_storefront/<shop name>``.

The configuration ``autoRefreshTokens`` must be set to ``false``.
