-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.
- [Vuejs]-Vue/Laravel – uploading a file on update doesn't work
- [Vuejs]-Inject data into scope without <template>
Source:stackexchange.com