問題タブ [vue-storefront]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
32 参照

progressive-web-apps - vue ストアフロントの Digital Asset Link json ファイル

.well-known という名前のフォルダーを 1 つ作成し、その中にファイル assetlinks.json を作成しましたが、URL を使用してブラウザーから直接このファイルにアクセスできません。エラーを下回る: ここに画像の説明を入力

0 投票する
1 に答える
148 参照

vue.js - Vueストアフロント:ヘルパー内の関数をオーバーライドする方法は?

vuestorefront/core/modules/catalog/helpers/search.ts の下にある「preConfigureProduct」関数を変更する必要があります

https://github.com/vuestorefront/vue-storefront/blob/hotfix/v1.12.3/core/modules/catalog/helpers/search.ts#L51

クライアントの要件に基づいてカスタマイズを行う必要があります。したがって、プロジェクトでこの関数をオーバーライドする必要があります。しかし、ヘルパーから 1 つの関数をオーバーライドする方法に関するドキュメントはありません。私は vue ストアフロントも初めてなので、モジュールの拡張やミックスインを完全には理解していません。

前もって感謝します。

0 投票する
1 に答える
47 参照

.htaccess - Rewrite .htaccess to Nginx configuration format to proxy different URLs to different ports

How to use this following htaccess rules in nginx?

So if a user visits http://lovelythings.buzz/api or img it should use local port 8080.

But when tries to visit other routes http://lovelythings.buzz it is to be proxied on port 3000 or 3001

This I have already implemented on .htaccess for Apache2 server.

but on other server I have Nginx installed and Nginx does not support .htaccess.

Following is the .htaccess, I am trying to run on Nginx.