Skip to content

Instantly share code, notes, and snippets.

@goeroeku
Created December 26, 2018 03:29
Show Gist options
  • Save goeroeku/717489d3669ae985b245dc4249c8f84c to your computer and use it in GitHub Desktop.
Save goeroeku/717489d3669ae985b245dc4249c8f84c to your computer and use it in GitHub Desktop.
Production vue & nodejs
  • Gunakan pm2
  • build vue
yarn build
  • buat server nodejs menggunakan express dan serve-static
yarn add express serve-static
  • jalankan vue menggunakan nodejs
  • jalankan nodejs dengan pm2
pm2 start npm --name "mopadaga-web" -- start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment