Akryum / vue-cli-plugin-ssr

:sparkles: Simple SSR plugin for Vue CLI
https://vue-cli-plugin-ssr.netlify.com/
MIT License
444 stars 69 forks source link

https protocol support #177

Open nemiro opened 4 years ago

nemiro commented 4 years ago

http protocol is hardcoded for dev server for production there is app.listen that is wrapper over http.listen

https support required for dev & production

quentinw92 commented 4 years ago

I can second this. It's necessary for testing your app with some external marketing tools.