nuxt-community / starter-template

DEPRECATED: use create-nuxt-app instead
https://github.com/nuxt-community/create-nuxt-app
MIT License
607 stars 330 forks source link

How to start Nuxt starter-template in production with PM2 #54

Closed PhouvanhKCSV closed 6 years ago

PhouvanhKCSV commented 6 years ago

Hi i would like to know how to run Nuxt app (starter-template) with PM2,

I can run it with "npm run start" but i dont know how to run it with PM2.

Thanks.

This question is available on Nuxt.js community (#c34)
NicoPennec commented 6 years ago

read my answer here: https://github.com/nuxt/nuxt.js/issues/1541

PhouvanhKCSV commented 6 years ago

Thank you NicoPennec