Skip to content

Instantly share code, notes, and snippets.

@geongeorge
Created August 17, 2019 05:16
Show Gist options
  • Save geongeorge/a9ad1505b8afc07bfea3d529ab42e84f to your computer and use it in GitHub Desktop.
Save geongeorge/a9ad1505b8afc07bfea3d529ab42e84f to your computer and use it in GitHub Desktop.
"scripts": {
"dev": "HOST=0.0.0.0 nuxt", <<---- add the host arguement
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment