[Vuejs]-How to serve Vue application over HTTPS?

-1👍

If you want to do this on your local machine, then you are going to want to use NGINX to serve up the HTTPS-traffic and use it to reverse proxy to whatever port on your local machine that you mount your webpack-dev-server. There might be a way to get Webpack to do this, but it wasn’t designed to do this.

Leave a comment