Closed
Description
A suggestion by @CyberAP
Maybe it's worth exploring into the vue-cli agnostic SSR idea? Because right now if you're not using vue-cli your first migration step would be to migrate your current build config to vue-cli and only then apply all the SSR practices in the guide.
Also, within this refactoring it would be nice to split webpack config onto base one, server and client builds like it was done in Vue 2 SSR guilde