File: index.rst

package info (click to toggle)
tryton-modules-web-shop-vue-storefront 7.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 456 kB
  • sloc: python: 2,246; xml: 58; makefile: 11; sh: 3
file content (17 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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``.