vuestorefront / vue-storefront-1

The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.
https://www.vuestorefront.io
MIT License
19 stars 13 forks source link

Cant run Vue-strefront from server #183

Closed bloodf closed 3 years ago

bloodf commented 3 years ago

From vue-storefront created by maulik-neosoft: vuestorefront/vue-storefront#5140

I am running the latest version of vue-storefront. I have checked the documentation and found no answer.

Is there something you don't understand? What is it? Describe it.

I'm using vue-storefront front-end and reverse proxy it from Node.js But its showing

{{{ meta.inject().title.text() }}} {{{ meta.inject().meta.text() }}} {{{ meta.inject().link.text() }}} {{{ meta.inject().script.text() }}} {{{ renderResourceHints() }}} {{{ renderStyles() }}} {{{ output.appendHead() }}} {{{ renderState() }}} {{{ renderScripts() }}}

Can't find what you're looking for?

I need to know how to perly setup the vue-storefront on CentOS7 with Nginx.

bloodf commented 3 years ago

Are you sure you properly enabled Node's app and configured everything? Provide some details about what did you do and in what order