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

Separate building stage from yarn:start #311

Open lukeromanowicz opened 5 years ago

lukeromanowicz commented 5 years ago

Current behavior

PM2 requires ts-node instead of running purely on the built code from dist

Expected behavior

I can build the project with dev dependencies, install prod dependencies only, move the full artifact to the prod server and run the app without any building

Steps to reproduce the issue

See how ecosystem.json and package.json are configured

Can you handle fixing this bug by yourself?

Which Release Cycle state this refers to? Info for developer.

Pick one option.

Additional information

I marked it as to develop because it should be fixed in 2.0 rather than 1.11 due to major potentially breaking changes

pkarw commented 5 years ago

It will be closed by vuestorefront/vue-storefront#3539

pkarw commented 5 years ago

it's not a bug by the way - so I changed the type