Skip to content

Instantly share code, notes, and snippets.

@singledigit
Created July 8, 2019 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singledigit/ad8a450993deee9cadcc8d03d170379a to your computer and use it in GitHub Desktop.
Save singledigit/ad8a450993deee9cadcc8d03d170379a to your computer and use it in GitHub Desktop.
Enable preview and live reloading on Cloud9 with Vue-CLI apps
module.exports = {
devServer: {
disableHostCheck: true,
public: 'https://[your cloud9 host id].vfs.cloud9.[region].amazonaws.com'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment